Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_conn.c43 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
703 tGAP_CCB *p_ccb = gap_find_ccb_by_cid (l2cap_cid); in gap_tx_complete_ind()
855 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) in gap_connect_cfm()
916 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) in gap_config_ind()
965 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) in gap_config_cfm()
1005 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) in gap_disconnect_ind()
1030 if ((p_ccb = gap_find_ccb_by_cid (l2cap_cid)) == NULL) in gap_data_ind()
1074 if ((p_ccb = gap_find_ccb_by_cid (lcid)) == NULL) in gap_congestion_ind()
1110 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid) in gap_find_ccb_by_cid() function