Searched refs:l2cap_local_source_cid (Results 1 – 1 of 1) sorted by relevance
243 static uint16_t l2cap_local_source_cid; variable919 if (l2cap_local_source_cid == 0xfffeu) { in l2cap_next_local_cid()920 l2cap_local_source_cid = 0x40; in l2cap_next_local_cid()922 l2cap_local_source_cid++; in l2cap_next_local_cid()924 } while (l2cap_get_channel_for_local_cid(l2cap_local_source_cid) != NULL); in l2cap_next_local_cid()925 return l2cap_local_source_cid; in l2cap_next_local_cid()940 l2cap_local_source_cid = 0x40; in l2cap_init()