Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c36 #define BT_ATT_OP_NOTIFY 0x1b macro
175 case BT_ATT_OP_NOTIFY: in handle_att()
526 net_buf_add_u8(buf, BT_ATT_OP_NOTIFY); in gatt_notify()
542 net_buf_add_u8(att_packet, BT_ATT_OP_NOTIFY); in gatt_notify_without_last_fragment()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c34 #define BT_ATT_OP_NOTIFY 0x1b macro
213 case BT_ATT_OP_NOTIFY: in handle_att()
547 net_buf_add_u8(buf, BT_ATT_OP_NOTIFY); in gatt_notify()
/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h220 #define BT_ATT_OP_NOTIFY 0x1b macro
Datt.c2865 { BT_ATT_OP_NOTIFY,
2915 case BT_ATT_OP_NOTIFY: in att_op_get_type()
Dgatt.c2354 net_buf_push_u8(buf, BT_ATT_OP_NOTIFY); in gatt_notify_mult_send()
2531 buf = bt_att_create_pdu(conn, BT_ATT_OP_NOTIFY, in gatt_notify()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c36 #define BT_ATT_OP_NOTIFY 0x1b macro
509 net_buf_add_u8(buf, BT_ATT_OP_NOTIFY); in gatt_notify()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c34 #define BT_ATT_OP_NOTIFY 0x1b macro
244 case BT_ATT_OP_NOTIFY: in handle_att()