HomeSort by relevance Sort by last modified time
    Searched refs:tGAP_CLCB (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 83 tGAP_CLCB *gap_find_clcb_by_bd_addr(BD_ADDR bda)
86 tGAP_CLCB *p_clcb = NULL;
108 tGAP_CLCB *gap_ble_find_clcb_by_conn_id(UINT16 conn_id)
111 tGAP_CLCB *p_clcb = NULL;
133 tGAP_CLCB *gap_clcb_alloc (UINT16 conn_id, BD_ADDR bda)
136 tGAP_CLCB *p_clcb = NULL;
161 tGAP_CLCB *gap_find_alloc_clcb (UINT16 conn_id, BD_ADDR bda)
164 tGAP_CLCB *p_clcb = NULL;
195 tGAP_CLCB *p_clcb;
224 void gap_ble_enqueue_op( tGAP_CLCB * p_clcb, UINT8 op, BD_ADDR reconn_addr, UINT8 privacy_flag, void *p_cback
    [all...]
gap_int.h 160 }tGAP_CLCB;
178 tGAP_CLCB clcb[GAP_MAX_CL]; /* connection link*/

Completed in 17 milliseconds