OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ble_iface
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.h
58
android::sp<ipc::binder::IBluetoothLowEnergy>
ble_iface
;
member in class:BluetoothBinderFacade
/system/bt/service/common/bluetooth/binder/
IBluetooth.cpp
140
sp<IBluetoothLowEnergy>
ble_iface
= GetLowEnergyInterface();
local
141
reply->writeStrongBinder(IInterface::asBinder(
ble_iface
.get()));
/system/bt/service/client/
main.cpp
352
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
= bt_iface->GetLowEnergyInterface()
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 85 milliseconds