Lines Matching refs:tGAP_CCB

41 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
42 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle);
43 static tGAP_CCB *gap_allocate_ccb (void);
44 static void gap_release_ccb (tGAP_CCB *p_ccb);
128 tGAP_CCB *p_ccb; in GAP_ConnOpen()
266 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnClose()
305 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnReadData()
370 tGAP_CCB *p_ccb; in GAP_GetRxQueueCnt()
411 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnBTRead()
450 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnBTWrite()
518 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnWriteData()
598 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnReconfig()
636 tGAP_CCB *p_ccb; in GAP_ConnSetIdleTimeout()
664 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle); in GAP_ConnGetRemoteAddr()
696 tGAP_CCB *p_ccb; in GAP_ConnGetRemMtuSize()
718 tGAP_CCB *p_ccb; in GAP_ConnGetL2CAPCid()
741 tGAP_CCB *p_ccb; in gap_connect_ind()
791 static void gap_checks_con_flags (tGAP_CCB *p_ccb) in gap_checks_con_flags()
815 tGAP_CCB *p_ccb = (tGAP_CCB *)p_ref_data; in gap_sec_check_complete()
849 tGAP_CCB *p_ccb; in gap_connect_cfm()
893 tGAP_CCB *p_ccb; in gap_config_ind()
943 tGAP_CCB *p_ccb; in gap_config_cfm()
981 tGAP_CCB *p_ccb; in gap_disconnect_ind()
1008 tGAP_CCB *p_ccb; in gap_data_ind()
1046 tGAP_CCB *p_ccb; in gap_congestion_ind()
1091 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid) in gap_find_ccb_by_cid()
1094 tGAP_CCB *p_ccb; in gap_find_ccb_by_cid()
1118 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle) in gap_find_ccb_by_handle()
1120 tGAP_CCB *p_ccb; in gap_find_ccb_by_handle()
1145 static tGAP_CCB *gap_allocate_ccb (void) in gap_allocate_ccb()
1148 tGAP_CCB *p_ccb; in gap_allocate_ccb()
1155 memset (p_ccb, 0, sizeof (tGAP_CCB)); in gap_allocate_ccb()
1178 static void gap_release_ccb (tGAP_CCB *p_ccb) in gap_release_ccb()
1248 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (p_msg->layer_specific); in gap_proc_btu_event()