Home
last modified time | relevance | path

Searched refs:OnParametersCallback (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc89 base::Bind(&BleAdvertiserIntf::OnParametersCallback, base::Unretained(this), adv_id)); in SetParameters()
194 void BleAdvertiserIntf::OnParametersCallback(uint8_t adv_id, uint8_t status, int8_t tx_power) { in OnParametersCallback() function in bluetooth::topshim::rust::BleAdvertiserIntf
Dgatt_ble_advertiser_shim.h83 void OnParametersCallback(uint8_t adv_id, uint8_t status, int8_t tx_power);