Home | History | Annotate | Download | only in gap

Lines Matching refs:tGAP_CCB

40 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
41 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle);
42 static tGAP_CCB *gap_allocate_ccb (void);
43 static void gap_release_ccb (tGAP_CCB *p_ccb);
125 tGAP_CCB *p_ccb;
254 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
293 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
358 tGAP_CCB *p_ccb;
399 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
438 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
506 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
586 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
624 tGAP_CCB *p_ccb;
652 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (gap_handle);
684 tGAP_CCB *p_ccb;
706 tGAP_CCB *p_ccb;
729 tGAP_CCB *p_ccb;
779 static void gap_checks_con_flags (tGAP_CCB *p_ccb)
803 tGAP_CCB *p_ccb = (tGAP_CCB *)p_ref_data;
835 tGAP_CCB *p_ccb;
879 tGAP_CCB *p_ccb;
929 tGAP_CCB *p_ccb;
967 tGAP_CCB *p_ccb;
994 tGAP_CCB *p_ccb;
1032 tGAP_CCB *p_ccb;
1077 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid)
1080 tGAP_CCB *p_ccb;
1104 static tGAP_CCB *gap_find_ccb_by_handle (UINT16 handle)
1106 tGAP_CCB *p_ccb;
1131 static tGAP_CCB *gap_allocate_ccb (void)
1134 tGAP_CCB *p_ccb;
1141 memset (p_ccb, 0, sizeof (tGAP_CCB));
1164 static void gap_release_ccb (tGAP_CCB *p_ccb)
1234 tGAP_CCB *p_ccb = gap_find_ccb_by_handle (p_msg->layer_specific);