Home
last modified time | relevance | path

Searched refs:BT_L2CAP_CID_ATT (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c41 #define BT_L2CAP_CID_ATT 0x0004 macro
197 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in send_write_rsp()
254 TEST_ASSERT(cid == BT_L2CAP_CID_ATT, "We only support (U)ATT"); in handle_l2cap()
540 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_write()
554 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_notify()
568 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_indicate()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c41 #define BT_L2CAP_CID_ATT 0x0004 macro
207 TEST_ASSERT(cid == BT_L2CAP_CID_ATT, "We only support (U)ATT"); in handle_l2cap()
532 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_notify()
562 push_l2cap_pdu_header(buf, att_packet->len, BT_L2CAP_CID_ATT); in gatt_notify_without_last_fragment()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c43 #define BT_L2CAP_CID_ATT 0x0004 macro
182 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in send_write_rsp()
232 TEST_ASSERT(cid == BT_L2CAP_CID_ATT, "We only support (U)ATT"); in handle_l2cap()
514 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_notify()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c39 #define BT_L2CAP_CID_ATT 0x0004 macro
204 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in send_write_rsp()
278 TEST_ASSERT(cid == BT_L2CAP_CID_ATT, "We only support (U)ATT"); in handle_l2cap()
562 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_write()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap_internal.h21 #define BT_L2CAP_CID_ATT 0x0004 macro
Datt.c367 chan->chan.tx.cid != BT_L2CAP_CID_ATT) { in chan_send()
3040 chan = bt_l2cap_le_lookup_rx_cid(conn, BT_L2CAP_CID_ATT); in att_get()
3204 chan = bt_l2cap_le_lookup_tx_cid(conn, BT_L2CAP_CID_ATT); in att_get_fixed_chan()
3542 BT_L2CAP_CHANNEL_DEFINE(z_att_fixed_chan, BT_L2CAP_CID_ATT, bt_att_accept, NULL);
4123 l2cap_chan = bt_l2cap_le_lookup_rx_cid(conn, BT_L2CAP_CID_ATT); in bt_att_out_of_sync_sent_on_fixed()