Searched refs:btm_acl_role_changed (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 1328 btm_acl_role_changed(status, bd_addr, BTM_ROLE_UNDEFINED); in btu_hcif_hdl_command_status() 1330 btm_acl_role_changed(status, NULL, BTM_ROLE_UNDEFINED); in btu_hcif_hdl_command_status() 1530 btm_acl_role_changed(status, bda, role); in btu_hcif_role_change_evt()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 1063 void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_acl.c | 1466 void btm_acl_role_changed (UINT8 hci_status, BD_ADDR bd_addr, UINT8 new_role) in btm_acl_role_changed() function
|