Lines Matching refs:tGAP_CCB

43 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
44 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle);
45 static tGAP_CCB *gap_allocate_ccb (void);
46 static void gap_release_ccb (tGAP_CCB *p_ccb);
47 static void gap_checks_con_flags (tGAP_CCB *p_ccb);
131 tGAP_CCB *p_ccb; in GAP_ConnOpen()
307 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnClose()
346 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnReadData()
406 tGAP_CCB *p_ccb; in GAP_GetRxQueueCnt()
447 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnBTRead()
489 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnWriteData()
563 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnReconfig()
601 tGAP_CCB *p_ccb; in GAP_ConnSetIdleTimeout()
629 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnGetRemoteAddr()
661 tGAP_CCB *p_ccb; in GAP_ConnGetRemMtuSize()
683 tGAP_CCB *p_ccb; in GAP_ConnGetL2CAPCid()
703 tGAP_CCB *p_ccb = gap_find_ccb_by_cid (l2cap_cid); in gap_tx_complete_ind()
728 tGAP_CCB *p_ccb; in gap_connect_ind()
794 static void gap_checks_con_flags (tGAP_CCB *p_ccb) in gap_checks_con_flags()
818 tGAP_CCB *p_ccb = (tGAP_CCB *)p_ref_data; in gap_sec_check_complete()
852 tGAP_CCB *p_ccb; in gap_connect_cfm()
912 tGAP_CCB *p_ccb; in gap_config_ind()
962 tGAP_CCB *p_ccb; in gap_config_cfm()
1000 tGAP_CCB *p_ccb; in gap_disconnect_ind()
1027 tGAP_CCB *p_ccb; in gap_data_ind()
1065 tGAP_CCB *p_ccb; in gap_congestion_ind()
1110 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid) in gap_find_ccb_by_cid()
1113 tGAP_CCB *p_ccb; in gap_find_ccb_by_cid()
1137 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle) in gap_find_ccb_by_handle()
1139 tGAP_CCB *p_ccb; in gap_find_ccb_by_handle()
1164 static tGAP_CCB *gap_allocate_ccb (void) in gap_allocate_ccb()
1167 tGAP_CCB *p_ccb; in gap_allocate_ccb()
1174 memset (p_ccb, 0, sizeof (tGAP_CCB)); in gap_allocate_ccb()
1199 static void gap_release_ccb (tGAP_CCB *p_ccb) in gap_release_ccb()