Home
last modified time | relevance | path

Searched refs:BT_ATT_OP_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c33 #define BT_ATT_OP_NOTIFY 0x1b macro
212 case BT_ATT_OP_NOTIFY: in handle_att()
546 net_buf_add_u8(buf, BT_ATT_OP_NOTIFY); in gatt_notify()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Datt_internal.h219 #define BT_ATT_OP_NOTIFY 0x1b macro
Datt.c2806 { BT_ATT_OP_NOTIFY,
2856 case BT_ATT_OP_NOTIFY: in att_op_get_type()
Dgatt.c2277 net_buf_push_u8(buf, BT_ATT_OP_NOTIFY); in gatt_notify_mult_send()
2456 buf = bt_att_create_pdu(conn, BT_ATT_OP_NOTIFY, in gatt_notify()