Home
last modified time | relevance | path

Searched refs:tGAP_CLCB (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c83 tGAP_CLCB *gap_find_clcb_by_bd_addr(BD_ADDR bda) in gap_find_clcb_by_bd_addr()
86 tGAP_CLCB *p_clcb = NULL; in gap_find_clcb_by_bd_addr()
108 tGAP_CLCB *gap_ble_find_clcb_by_conn_id(UINT16 conn_id) in gap_ble_find_clcb_by_conn_id()
111 tGAP_CLCB *p_clcb = NULL; in gap_ble_find_clcb_by_conn_id()
133 tGAP_CLCB *gap_clcb_alloc (UINT16 conn_id, BD_ADDR bda) in gap_clcb_alloc()
136 tGAP_CLCB *p_clcb = NULL; in gap_clcb_alloc()
161 tGAP_CLCB *gap_find_alloc_clcb (UINT16 conn_id, BD_ADDR bda) in gap_find_alloc_clcb()
164 tGAP_CLCB *p_clcb = NULL; in gap_find_alloc_clcb()
195 tGAP_CLCB *p_clcb; in gap_get_conn_id_if_connected()
224 void gap_ble_enqueue_op( tGAP_CLCB * p_clcb, UINT8 op, BD_ADDR reconn_addr, UINT8 privacy_flag, voi… in gap_ble_enqueue_op()
[all …]
Dgap_int.h160 }tGAP_CLCB; typedef
178 tGAP_CLCB clcb[GAP_MAX_CL]; /* connection link*/