Home
last modified time | relevance | path

Searched refs:BTM_ACL_SWKEY_STATE_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c720 p->switch_role_state = BTM_ACL_SWKEY_STATE_IN_PROGRESS; in BTM_SwitchRole()
1508 if (p->switch_role_state == BTM_ACL_SWKEY_STATE_IN_PROGRESS) { in btm_acl_role_changed()
2377 p->switch_role_state = BTM_ACL_SWKEY_STATE_IN_PROGRESS; in btm_cont_rswitch()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h143 #define BTM_ACL_SWKEY_STATE_IN_PROGRESS 5 macro