Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dacl_api.h99 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role);
Dbtm_client_interface.h83 tHCI_ROLE* p_role);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.h374 tHCI_ROLE* p_role)>
378 tBTM_STATUS operator()(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in operator()
379 return body(remote_bd_addr, p_role); in operator()
Dmock_stack_acl.cc309 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole() argument
311 return test::mock::stack_acl::BTM_GetRole(remote_bd_addr, p_role); in BTM_GetRole()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc525 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole() argument
526 if (p_role == nullptr) { in BTM_GetRole()
529 *p_role = HCI_ROLE_UNKNOWN; in BTM_GetRole()
537 *p_role = p_acl->link_role; in BTM_GetRole()