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.c686 if (!btsnd_hcic_switch_role (remote_bd_addr, new_role)) in BTM_SwitchRole()
754 if (!btsnd_hcic_switch_role (p->remote_addr, (UINT8)!p->link_role)) in btm_acl_encrypt_change()
2374 sw_ok = btsnd_hcic_switch_role (p->remote_addr, (UINT8)!p->link_role); in btm_cont_rswitch()
/system/bt/stack/include/
Dhcimsgs.h329 extern BOOLEAN btsnd_hcic_switch_role (BD_ADDR bd_addr, UINT8 role);
/system/bt/stack/hcic/
Dhcicmds.c846 BOOLEAN btsnd_hcic_switch_role (BD_ADDR bd_addr, UINT8 role) in btsnd_hcic_switch_role() function