Searched defs:ble_iface (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/common/bluetooth/binder/
H A DIBluetooth.cpp140 sp<IBluetoothLowEnergy> ble_iface = GetLowEnergyInterface(); local
141 reply->writeStrongBinder(IInterface::asBinder(ble_iface.get()));
/system/bt/service/client/
H A Dmain.cpp352 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
353 if (!ble_iface.get()) {
358 bool status = ble_iface->RegisterClient(new CLIBluetoothLowEnergyCallback());
371 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
372 if (!ble_iface.get()) {
377 ble_iface->UnregisterClient(ble_client_id.load());
385 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
386 if (!ble_iface.get()) {
391 ble_iface->UnregisterAll();
497 sp<IBluetoothLowEnergy> ble_iface local
559 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
584 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
611 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
644 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
675 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
694 sp<IBluetoothLowEnergy> ble_iface = bt_iface->GetLowEnergyInterface(); local
[all...]

Completed in 73 milliseconds