Searched refs:p_role (Results 1 – 5 of 5) sorted by relevance
99 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role);
83 tHCI_ROLE* p_role);
374 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()
309 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole() argument311 return test::mock::stack_acl::BTM_GetRole(remote_bd_addr, p_role); in BTM_GetRole()
525 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole() argument526 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()