Home
last modified time | relevance | path

Searched refs:btm_handle_to_acl_index (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc92 struct btm_handle_to_acl_index btm_handle_to_acl_index; variable
373 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() function
375 return test::mock::stack_acl::btm_handle_to_acl_index(hci_handle); in btm_handle_to_acl_index()
Dmock_stack_acl.h537 struct btm_handle_to_acl_index { struct
542 extern struct btm_handle_to_acl_index btm_handle_to_acl_index; argument
/packages/modules/Bluetooth/system/stack/include/
Dacl_api.h307 uint8_t btm_handle_to_acl_index(uint16_t hci_handle);
/packages/modules/Bluetooth/system/stack/acl/
Dacl.h322 friend uint8_t btm_handle_to_acl_index(uint16_t hci_handle);
Dbtm_acl.cc347 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() function
361 uint8_t index = btm_handle_to_acl_index(hci_handle); in acl_get_connection_from_handle()