Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c1307 btm_acl_role_changed(status, bd_addr, BTM_ROLE_UNDEFINED); in btu_hcif_hdl_command_status()
1309 btm_acl_role_changed(status, NULL, BTM_ROLE_UNDEFINED); in btu_hcif_hdl_command_status()
1311 l2c_link_role_changed (NULL, BTM_ROLE_UNDEFINED, HCI_ERR_COMMAND_DISALLOWED); in btu_hcif_hdl_command_status()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h735 #define BTM_ROLE_UNDEFINED 0xff /* undefined value (error status) */ macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c624 *p_role = BTM_ROLE_UNDEFINED; in BTM_GetRole()