OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_gattc_find_clcb_by_cif
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c
159
** Function
bta_gattc_find_clcb_by_cif
166
tBTA_GATTC_CLCB *
bta_gattc_find_clcb_by_cif
(UINT8 client_if, BD_ADDR remote_bda,
function
268
if ((p_clcb =
bta_gattc_find_clcb_by_cif
(client_if, remote_bda, transport)) == NULL)
916
if ((p_clcb =
bta_gattc_find_clcb_by_cif
(p_msg->int_conn.client_if,
953
p_clcb =
bta_gattc_find_clcb_by_cif
(p_msg->int_conn.client_if,
bta_gattc_act.c
390
if ((p_clcb =
bta_gattc_find_clcb_by_cif
(p_msg->api_cancel_conn.client_if,
[
all
...]
bta_gattc_int.h
506
extern tBTA_GATTC_CLCB *
bta_gattc_find_clcb_by_cif
(UINT8 client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
Completed in 271 milliseconds