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

  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bt_binder_facade.h 58 android::sp<android::bluetooth::IBluetoothLowEnergy> ble_iface; member in class:BtBinderFacade
bt_binder_facade.cpp 138 bt_iface->GetLowEnergyInterface(&ble_iface);
139 if(!ble_iface.get()) {
  /system/bt/service/client/
main.cc 497 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 2011 milliseconds