Home
last modified time | relevance | path

Searched refs:L2CA_SetDesireRole (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h691 extern UINT8 L2CA_SetDesireRole (UINT8 new_role);
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3922 L2CA_SetDesireRole (HCI_ROLE_MASTER); in bta_dm_adjust_roles()
3935 L2CA_SetDesireRole (HCI_ROLE_MASTER); in bta_dm_adjust_roles()
3968 L2CA_SetDesireRole (L2CAP_DESIRED_LINK_ROLE); in bta_dm_adjust_roles()
3973 L2CA_SetDesireRole (L2CAP_DESIRED_LINK_ROLE); in bta_dm_adjust_roles()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c952 L2CA_SetDesireRole(L2CAP_ROLE_DISALLOW_SWITCH); in bta_av_do_disc_a2d()
2476 L2CA_SetDesireRole(L2CAP_ROLE_ALLOW_SWITCH); in bta_av_str_closed()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c883 UINT8 L2CA_SetDesireRole (UINT8 new_role) in L2CA_SetDesireRole() function