Searched refs:GetLowEnergyInterface (Results 1 – 6 of 6) sorted by relevance
352 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleRegisterBLE()371 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleUnregisterBLE()385 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleUnregisterAllBLE()497 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleStartAdv()559 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleStopAdv()584 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleConnect()611 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleDisconnect()644 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleSetMtu()675 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleStartLeScan()694 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); in HandleStopLeScan()
153 virtual android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() = 0;203 android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() override;
140 sp<IBluetoothLowEnergy> ble_iface = GetLowEnergyInterface(); in onTransact()278 sp<IBluetoothLowEnergy> BpBluetooth::GetLowEnergyInterface() { in GetLowEnergyInterface() function in ipc::binder::BpBluetooth
63 android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() override;
116 BluetoothBinderServer::GetLowEnergyInterface() { in GetLowEnergyInterface() function in ipc::binder::BluetoothBinderServer
67 bt_->GetLowEnergyInterface()-> in OnClientRegistered()329 auto ble = bluetooth_->GetLowEnergyInterface(); in OnServiceAdded()