Searched refs:btm_handle_to_acl_index (Results 1 – 5 of 5) sorted by relevance
92 struct btm_handle_to_acl_index btm_handle_to_acl_index; variable373 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() function375 return test::mock::stack_acl::btm_handle_to_acl_index(hci_handle); in btm_handle_to_acl_index()
537 struct btm_handle_to_acl_index { struct542 extern struct btm_handle_to_acl_index btm_handle_to_acl_index; argument
307 uint8_t btm_handle_to_acl_index(uint16_t hci_handle);
322 friend uint8_t btm_handle_to_acl_index(uint16_t hci_handle);
347 uint8_t btm_handle_to_acl_index(uint16_t hci_handle) { in btm_handle_to_acl_index() function361 uint8_t index = btm_handle_to_acl_index(hci_handle); in acl_get_connection_from_handle()