Home
last modified time | relevance | path

Searched refs:l2cap_fixed_channel_t (Results 1 – 3 of 3) sorted by relevance

/btstack/test/fifo/
H A Dfifo.c11 } l2cap_fixed_channel_t; typedef
13 static l2cap_fixed_channel_t fixed_channels[L2CAP_FIXED_CHANNEL_TABLE_SIZE];
/btstack/src/
H A Dl2cap.c163 static l2cap_fixed_channel_t * l2cap_fixed_channel_for_channel_id(uint16_t local_cid);
214 static l2cap_fixed_channel_t l2cap_fixed_channel_le_att;
215 static l2cap_fixed_channel_t l2cap_fixed_channel_le_sm;
218 static l2cap_fixed_channel_t l2cap_fixed_channel_classic_connectionless;
219 static l2cap_fixed_channel_t l2cap_fixed_channel_classic_sm;
1039 l2cap_fixed_channel_t * channel = l2cap_fixed_channel_for_channel_id(channel_id); in l2cap_request_can_send_fix_channel_now_event()
1214 static l2cap_fixed_channel_t * l2cap_channel_item_by_cid(uint16_t cid){ in l2cap_channel_item_by_cid()
1218l2cap_fixed_channel_t * channel = (l2cap_fixed_channel_t*) btstack_linked_list_iterator_next(&it); in l2cap_channel_item_by_cid()
1227 static l2cap_fixed_channel_t * l2cap_fixed_channel_for_channel_id(uint16_t local_cid){ in l2cap_fixed_channel_for_channel_id()
1229 return (l2cap_fixed_channel_t*) l2cap_channel_item_by_cid(local_cid); in l2cap_fixed_channel_for_channel_id()
[all …]
H A Dl2cap.h205 } l2cap_fixed_channel_t; typedef