Searched refs:btm_ble_enable_multi_adv (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 197 tBTM_STATUS btm_ble_enable_multi_adv (BOOLEAN enable, UINT8 inst_id, UINT8 cb_evt) in btm_ble_enable_multi_adv() function 472 btm_ble_enable_multi_adv (TRUE, p_inst->inst_id, 0); in btm_ble_multi_adv_reenable() 557 if ((rt = btm_ble_enable_multi_adv (TRUE, p_inst->inst_id, in BTM_BleEnableAdvInstance() 606 btm_ble_enable_multi_adv(FALSE, inst_id, 0); in BTM_BleUpdateAdvInstParam() 610 rt = btm_ble_enable_multi_adv(TRUE, inst_id, BTM_BLE_MULTI_ADV_PARAM_EVT); in BTM_BleUpdateAdvInstParam() 702 if ((rt = btm_ble_enable_multi_adv(FALSE, inst_id, BTM_BLE_MULTI_ADV_DISABLE_EVT)) in BTM_BleDisableAdvInstance()
|