Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c44 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
829 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) { in gap_connect_cfm()
872 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) { in gap_config_ind()
920 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) { in gap_config_cfm()
959 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) { in gap_disconnect_ind()
986 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) { in gap_data_ind()
1026 if ((p_ccb = gap_find_ccb_by_cid (lcid)) == NULL) { in gap_congestion_ind()
1060 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid) in gap_find_ccb_by_cid() function