Searched refs:GetHciInterface (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/stack/btm/ |
H A D | btm_ble_multi_adv.cc | 213 auto hci_interface = instance_weakptr.get()->GetHciInterface(); in ConfigureRpa() 329 c->self->GetHciInterface()->SetRandomAddress(c->inst_id, rpa, Bind( in StartAdvertising() 667 GetHciInterface()->Enable(enable, p_inst->inst_id, p_inst->duration, in EnableFinish() 700 GetHciInterface()->SetParameters( in SetParameters() 811 GetHciInterface()->SetPeriodicAdvertisingParameters( in SetPeriodicAdvertisingParameters() 825 base::Unretained(GetHciInterface()))); in SetPeriodicAdvertisingData() 851 GetHciInterface()->SetPeriodicAdvertisingEnable(enable, inst_id, in SetPeriodicAdvertisingEnable() 871 GetHciInterface()->SetPeriodicAdvertisingEnable(false, inst_id, in Unregister() 877 GetHciInterface()->RemoveAdvertisingSet(inst_id, base::DoNothing()); in Unregister() 921 GetHciInterface()->Enable(false, sets, base::DoNothing()); in Suspend() [all …]
|