Searched refs:bt_gatt_notification (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt_internal.h | 45 void bt_gatt_notification(struct bt_conn *conn, uint16_t handle, 51 static inline void bt_gatt_notification(struct bt_conn *conn, uint16_t handle, in bt_gatt_notification() function
|
D | att.c | 2693 bt_gatt_notification(chan->att->conn, handle, buf->data, buf->len); in att_notify() 2706 bt_gatt_notification(chan->att->conn, handle, buf->data, buf->len); in att_indicate()
|
D | gatt.c | 3647 void bt_gatt_notification(struct bt_conn *conn, uint16_t handle, in bt_gatt_notification() function
|