Searched refs:BT_L2CAP_CID_ATT (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
D | main.c | 38 #define BT_L2CAP_CID_ATT 0x0004 macro 195 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in send_write_rsp() 252 ASSERT(cid == BT_L2CAP_CID_ATT, "We only support (U)ATT"); in handle_l2cap() 538 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_write() 552 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_notify() 566 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_indicate()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 40 #define BT_L2CAP_CID_ATT 0x0004 macro 206 TEST_ASSERT(cid == BT_L2CAP_CID_ATT, "We only support (U)ATT"); in handle_l2cap() 531 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in gatt_notify() 561 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/ |
D | main.c | 40 #define BT_L2CAP_CID_ATT 0x0004 macro 179 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in send_write_rsp() 230 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/ |
D | main.c | 38 #define BT_L2CAP_CID_ATT 0x0004 macro 201 send_l2cap_packet(buf, BT_L2CAP_CID_ATT); in send_write_rsp() 276 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/ |
D | l2cap_internal.h | 21 #define BT_L2CAP_CID_ATT 0x0004 macro
|
D | att.c | 343 chan->chan.tx.cid != BT_L2CAP_CID_ATT) { in chan_send() 3004 chan = bt_l2cap_le_lookup_rx_cid(conn, BT_L2CAP_CID_ATT); in att_get() 3174 chan = bt_l2cap_le_lookup_tx_cid(conn, BT_L2CAP_CID_ATT); in att_get_fixed_chan() 3512 BT_L2CAP_CHANNEL_DEFINE(z_att_fixed_chan, BT_L2CAP_CID_ATT, bt_att_accept, NULL); 4093 l2cap_chan = bt_l2cap_le_lookup_rx_cid(conn, BT_L2CAP_CID_ATT); in bt_att_out_of_sync_sent_on_fixed()
|