Searched refs:BT_L2CAP_CID_ATT (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | l2cap_internal.h | 19 #define BT_L2CAP_CID_ATT 0x0004 macro
|
A D | att.c | 206 return bt_l2cap_send_cb(chan->att->conn, BT_L2CAP_CID_ATT, buf, in chan_send() 2375 chan = bt_l2cap_le_lookup_rx_cid(conn, BT_L2CAP_CID_ATT); in att_get() 2502 chan = bt_l2cap_le_lookup_tx_cid(conn, BT_L2CAP_CID_ATT); in att_get_fixed_chan() 2723 BT_L2CAP_CHANNEL_DEFINE(att_fixed_chan, BT_L2CAP_CID_ATT, bt_att_accept, NULL); 2884 bt_l2cap_send_cb(conn, BT_L2CAP_CID_ATT, buf, cb, user_data); in bt_att_send()
|
Completed in 8 milliseconds