Home
last modified time | relevance | path

Searched refs:bt_gatt_notification (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dgatt_internal.h45 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
Datt.c2693 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()
Dgatt.c3647 void bt_gatt_notification(struct bt_conn *conn, uint16_t handle, in bt_gatt_notification() function