OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btm_handle_to_acl_index
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_acl.c
112
** Function
btm_handle_to_acl_index
119
UINT8
btm_handle_to_acl_index
(UINT16 hci_handle)
function
123
BTM_TRACE_DEBUG0 ("
btm_handle_to_acl_index
");
787
xx =
btm_handle_to_acl_index
(handle);
859
xx =
btm_handle_to_acl_index
(handle);
[
all
...]
btm_pm.c
793
if ((xx =
btm_handle_to_acl_index
(hci_handle)) >= MAX_L2CAP_LINKS)
930
if ((xx =
btm_handle_to_acl_index
(handle)) >= MAX_L2CAP_LINKS)
btm_sco.c
426
btm_handle_to_acl_index
(acl_handle);
427
if ((xx =
btm_handle_to_acl_index
(acl_handle)) < MAX_L2CAP_LINKS)
[
all
...]
btm_int.h
[
all
...]
btm_ble.c
330
xx =
btm_handle_to_acl_index
(conn_handle);
[
all
...]
Completed in 119 milliseconds