Searched refs:_ch (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | l2cap.h | 159 #define BT_L2CAP_LE_CHAN(_ch) CONTAINER_OF(_ch, struct bt_l2cap_le_chan, chan) argument
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | avdtp.c | 45 #define AVDTP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_avdtp, br_chan.chan) argument
|
A D | sdp.c | 30 #define SDP_CHAN(_ch) CONTAINER_OF(_ch, struct bt_sdp, chan.chan) argument 75 #define SDP_CLIENT_CHAN(_ch) CONTAINER_OF(_ch, struct bt_sdp_client, chan.chan) argument
|
A D | l2cap_br.c | 34 #define BR_CHAN(_ch) CONTAINER_OF(_ch, struct bt_l2cap_br_chan, chan) argument
|
A D | rfcomm.c | 62 #define RFCOMM_SESSION(_ch) CONTAINER_OF(_ch, \ argument
|
A D | att.c | 35 #define ATT_CHAN(_ch) CONTAINER_OF(_ch, struct bt_att_chan, chan.chan) argument
|
Completed in 20 milliseconds