Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c740 if (!btsnd_hcic_switch_role (remote_bd_addr, new_role)) { in BTM_SwitchRole()
801 if (!btsnd_hcic_switch_role (p->remote_addr, (UINT8)!p->link_role)) { in btm_acl_encrypt_change()
2473 sw_ok = btsnd_hcic_switch_role (p->remote_addr, (UINT8)!p->link_role); in btm_cont_rswitch()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h389 BOOLEAN btsnd_hcic_switch_role (BD_ADDR bd_addr, UINT8 role);
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c887 BOOLEAN btsnd_hcic_switch_role (BD_ADDR bd_addr, UINT8 role) in btsnd_hcic_switch_role() function