Searched defs:ble_iface (Results 1 - 1 of 1) sorted by last modified time

/system/bt/service/client/
H A Dmain.cc497 sp<IBluetoothLowEnergy> ble_iface; local
498 bt_iface->GetLowEnergyInterface(&ble_iface);
499 if (!ble_iface.get()) {
505 ble_iface->RegisterClient(new CLIBluetoothLowEnergyCallback(), &status);
518 sp<IBluetoothLowEnergy> ble_iface; local
519 bt_iface->GetLowEnergyInterface(&ble_iface);
520 if (!ble_iface.get()) {
525 ble_iface->UnregisterClient(ble_client_id.load());
533 sp<IBluetoothLowEnergy> ble_iface; local
534 bt_iface->GetLowEnergyInterface(&ble_iface);
747 sp<IBluetoothLowEnergy> ble_iface; local
777 sp<IBluetoothLowEnergy> ble_iface; local
812 sp<IBluetoothLowEnergy> ble_iface; local
[all...]

Completed in 33 milliseconds