Searched refs:BTA_BleEnableAdvInstance (Results 1 – 3 of 3) sorted by relevance
2114 extern void BTA_BleEnableAdvInstance (tBTA_BLE_ADV_PARAMS *p_params,
1629 BTA_BleEnableAdvInstance(&(p_multi_adv_data_cb->inst_cb[cbindex].param), in btgattc_handle_event()1637 BTA_BleEnableAdvInstance(&p_inst_cb->param, bta_gattc_multi_adv_cback, NULL); in btgattc_handle_event()
1534 void BTA_BleEnableAdvInstance (tBTA_BLE_ADV_PARAMS *p_params, in BTA_BleEnableAdvInstance() function