Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api.h683 uint8_t* p_role);
/system/bt/main/shim/
Dbtm_api.h1245 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role);
/system/bt/stack/btm/
Dbtm_acl.cc506 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) { in BTM_GetRole() argument
511 *p_role = BTM_ROLE_UNDEFINED; in BTM_GetRole()
516 *p_role = p->link_role; in BTM_GetRole()