Searched refs:BTM_GetRole (Results 1 – 5 of 5) sorted by relevance
682 extern tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr,
983 (BTM_GetRole(peer_addr, &cur_role) == BTM_SUCCESS) && in bta_av_sys_rs_cback()1106 BTM_GetRole(p_scbi->PeerAddress(), &role); in bta_av_switch_if_needed()1146 if (BTM_GetRole(p_scb->PeerAddress(), &role) == BTM_SUCCESS) { in bta_av_link_role_ok()
1872 if ((BTM_GetRole(p_scb->PeerAddress(), &cur_role) == BTM_SUCCESS) && in bta_av_do_start()2382 if ((BTM_GetRole(p_scb->PeerAddress(), &cur_role) == BTM_SUCCESS) && in bta_av_start_ok()
1245 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role);
506 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) { in BTM_GetRole() function