Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.cc612 btsnd_hcic_switch_role(remote_bd_addr, new_role); in BTM_SwitchRole()
670 btsnd_hcic_switch_role(p->remote_addr, (uint8_t)!p->link_role); in btm_acl_encrypt_change()
2555 btsnd_hcic_switch_role(p->remote_addr, (uint8_t)!p->link_role); in btm_cont_rswitch()
/system/bt/stack/include/
Dhcimsgs.h324 extern void btsnd_hcic_switch_role(const RawAddress& bd_addr, uint8_t role);
/system/bt/stack/hcic/
Dhcicmds.cc610 void btsnd_hcic_switch_role(const RawAddress& bd_addr, uint8_t role) { in btsnd_hcic_switch_role() function