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 | 41 #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/ |
| D | peer.c | 41 #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/ |
| D | main.c | 43 #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/ |
| D | main.c | 39 #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/ |
| D | l2cap_internal.h | 21 #define BT_L2CAP_CID_ATT 0x0004 macro
|
| D | att.c | 367 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()
|