OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_gattc_conn_find
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/gatt/
bta_gattc_utils.c
683
** Function
bta_gattc_conn_find
690
tBTA_GATTC_CONN *
bta_gattc_conn_find
(BD_ADDR remote_bda)
function
700
APPL_TRACE_DEBUG("
bta_gattc_conn_find
: found conn_track[%d] matched",i_conn);
719
tBTA_GATTC_CONN *p_conn =
bta_gattc_conn_find
(remote_bda);
739
tBTA_GATTC_CONN *p_conn =
bta_gattc_conn_find
(remote_bda);
bta_gattc_int.h
494
extern tBTA_GATTC_CONN *
bta_gattc_conn_find
(BD_ADDR remote_bda);
Completed in 36 milliseconds