Home
last modified time | relevance | path

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

/system/bt/service/client/
Dmain.cpp352 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()
/system/bt/service/common/bluetooth/binder/
DIBluetooth.h153 virtual android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() = 0;
203 android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() override;
DIBluetooth.cpp140 sp<IBluetoothLowEnergy> ble_iface = GetLowEnergyInterface(); in onTransact()
278 sp<IBluetoothLowEnergy> BpBluetooth::GetLowEnergyInterface() { in GetLowEnergyInterface() function in ipc::binder::BpBluetooth
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h63 android::sp<IBluetoothLowEnergy> GetLowEnergyInterface() override;
Dbluetooth_binder_server.cpp116 BluetoothBinderServer::GetLowEnergyInterface() { in GetLowEnergyInterface() function in ipc::binder::BluetoothBinderServer
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp67 bt_->GetLowEnergyInterface()-> in OnClientRegistered()
329 auto ble = bluetooth_->GetLowEnergyInterface(); in OnServiceAdded()