Searched refs:bt_gatt_notify (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 905 static inline int bt_gatt_notify(struct bt_conn *conn, in bt_gatt_notify() function
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_ais.c | 143 bt_gatt_notify(genie_ais_ctx.p_conn, &_ais_srv_attrs[11], &msg, len + 4); in genie_ais_notify()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | proxy.c | 979 return bt_gatt_notify(conn, &proxy_attrs[3], data, len); in proxy_send() 985 return bt_gatt_notify(conn, &prov_attrs[3], data, len); in proxy_send()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/ref_impl/ |
A D | mesh_hal_ble.c | 124 return bt_gatt_notify((struct bt_conn *)conn, (const struct bt_gatt_attr *)attr, data, len); in bt_mesh_gatt_notify()
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 772 notify->err = bt_gatt_notify(notify->conn, attr, notify->data, notify->len); in ble_gatt_attr_notify()
|
Completed in 14 milliseconds