OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:btm_handle_to_acl_index
(Results
1 - 7
of
7
) sorted by null
/system/bt/stack/btm/
btm_acl.cc
108
* Function
btm_handle_to_acl_index
116
uint8_t
btm_handle_to_acl_index
(uint16_t hci_handle) {
function
119
BTM_TRACE_DEBUG("
btm_handle_to_acl_index
");
295
uint8_t idx =
btm_handle_to_acl_index
(conn_handle);
649
xx =
btm_handle_to_acl_index
(handle);
[
all
...]
btm_int.h
89
extern uint8_t
btm_handle_to_acl_index
(uint16_t hci_handle);
btm_pm.cc
747
xx =
btm_handle_to_acl_index
(hci_handle);
837
xx =
btm_handle_to_acl_index
(handle);
btm_sco.cc
383
btm_handle_to_acl_index
(acl_handle);
384
uint8_t acl_index =
btm_handle_to_acl_index
(acl_handle);
[
all
...]
btm_ble.cc
284
xx =
btm_handle_to_acl_index
(conn_handle);
[
all
...]
btm_ble_gap.cc
[
all
...]
btm_sec.cc
[
all
...]
Completed in 2596 milliseconds