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 86 tGAP_CLCB *gap_find_clcb_by_bd_addr(BD_ADDR bda)
89 tGAP_CLCB *p_clcb = NULL;
111 tGAP_CLCB *gap_ble_find_clcb_by_conn_id(UINT16 conn_id)
114 tGAP_CLCB *p_clcb = NULL;
136 tGAP_CLCB *gap_clcb_alloc (UINT16 conn_id, BD_ADDR bda)
139 tGAP_CLCB *p_clcb = NULL;
164 tGAP_CLCB *gap_find_alloc_clcb (UINT16 conn_id, BD_ADDR bda)
167 tGAP_CLCB *p_clcb = NULL;
198 tGAP_CLCB *p_clcb;
498 void gap_ble_cl_op_cmpl(tGAP_CLCB *p_clcb, BOOLEAN status, UINT16 len, UINT8 *p_name
    [all...]
gap_int.h 160 }tGAP_CLCB;
178 tGAP_CLCB clcb[GAP_MAX_CL]; /* connection link*/

Completed in 407 milliseconds