Searched refs:btm_ble_enable_multi_adv (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 182 tBTM_STATUS btm_ble_enable_multi_adv (BOOLEAN enable, UINT8 inst_id, UINT8 cb_evt) in btm_ble_enable_multi_adv() function 475 btm_ble_enable_multi_adv (TRUE, p_inst->inst_id, 0); in btm_ble_multi_adv_reenable() 564 if ((rt = btm_ble_enable_multi_adv (TRUE, p_inst->inst_id, in BTM_BleEnableAdvInstance() 619 btm_ble_enable_multi_adv(FALSE, inst_id, 0); in BTM_BleUpdateAdvInstParam() 622 rt = btm_ble_enable_multi_adv(TRUE, inst_id, BTM_BLE_MULTI_ADV_PARAM_EVT); in BTM_BleUpdateAdvInstParam() 714 if ((rt = btm_ble_enable_multi_adv(FALSE, inst_id, BTM_BLE_MULTI_ADV_DISABLE_EVT)) in BTM_BleDisableAdvInstance()
|