Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h470 BOOLEAN btm_ble_update_mode_operation(UINT8 link_role, BD_ADDR bda, UINT8 status);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2122 BOOLEAN bg_con = btm_ble_update_mode_operation(role, bda, status);
2145 btm_ble_update_mode_operation(HCI_ROLE_UNKNOWN, NULL, status);
Dbtm_ble_gap.c4506 BOOLEAN btm_ble_update_mode_operation(UINT8 link_role, BD_ADDR bd_addr, UINT8 status) in btm_ble_update_mode_operation() function
Dbtm_sec.c4627 btm_ble_update_mode_operation(HCI_ROLE_UNKNOWN, p_dev_rec->bd_addr, HCI_SUCCESS); in btm_sec_disconnected()