drivers/nble: Add initial implementation of bt_gatt_notify
Change-Id: I9a5ed5092e8ae8ce9f89f53334b43a2362b91bac Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
a7462f82a8
commit
dbaa3e38cf
2 changed files with 10 additions and 2 deletions
|
@ -122,7 +122,7 @@ struct ble_gatts_rw_reply_params {
|
|||
* Notification/Indication parameters
|
||||
*/
|
||||
struct ble_gatt_notif_ind_params {
|
||||
uint16_t val_handle;
|
||||
struct bt_gatt_attr *attr;
|
||||
uint16_t offset;
|
||||
};
|
||||
|
||||
|
@ -131,6 +131,7 @@ struct ble_gatt_notif_ind_params {
|
|||
*/
|
||||
|
||||
struct ble_gatt_send_notif_ind_params {
|
||||
void *cback;
|
||||
uint16_t conn_handle;
|
||||
struct ble_gatt_notif_ind_params params;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue