HomeSort by relevance Sort by last modified time
    Searched defs:GetLECallback (Results 1 - 3 of 3) sorted by null

  /system/bt/service/ipc/binder/
bluetooth_le_advertiser_binder_server.cc 93 auto cb = GetLECallback(advertiser_id);
136 auto cb = GetLECallback(advertiser_id);
159 BluetoothLeAdvertiserBinderServer::GetLECallback(int advertiser_id) {
bluetooth_le_scanner_binder_server.cc 110 auto cb = GetLECallback(scanner->GetInstanceId());
120 BluetoothLeScannerBinderServer::GetLECallback(int scanner_id) {
bluetooth_low_energy_binder_server.cc 126 auto cb = GetLECallback(client->GetInstanceId());
143 auto cb = GetLECallback(client_id);
153 BluetoothLowEnergyBinderServer::GetLECallback(int client_id) {

Completed in 190 milliseconds