Home
last modified time | relevance | path

Searched refs:GetLECallback (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_le_advertiser_binder_server.cc93 auto cb = GetLECallback(advertiser_id); in StartMultiAdvertising()
136 auto cb = GetLECallback(advertiser_id); in StopMultiAdvertising()
159 BluetoothLeAdvertiserBinderServer::GetLECallback(int advertiser_id) { in GetLECallback() function in ipc::binder::BluetoothLeAdvertiserBinderServer
Dbluetooth_low_energy_binder_server.cc126 auto cb = GetLECallback(client->GetInstanceId()); in OnConnectionState()
143 auto cb = GetLECallback(client_id); in OnMtuChanged()
153 BluetoothLowEnergyBinderServer::GetLECallback(int client_id) { in GetLECallback() function in ipc::binder::BluetoothLowEnergyBinderServer
Dbluetooth_le_scanner_binder_server.cc110 auto cb = GetLECallback(scanner->GetInstanceId()); in OnScanResult()
120 BluetoothLeScannerBinderServer::GetLECallback(int scanner_id) { in GetLECallback() function in ipc::binder::BluetoothLeScannerBinderServer
Dbluetooth_le_advertiser_binder_server.h67 android::sp<IBluetoothLeAdvertiserCallback> GetLECallback(int advertiser_id);
Dbluetooth_le_scanner_binder_server.h70 android::sp<IBluetoothLeScannerCallback> GetLECallback(int scanner_id);
Dbluetooth_low_energy_binder_server.h74 android::sp<IBluetoothLowEnergyCallback> GetLECallback(int client_id);