Home
last modified time | relevance | path

Searched refs:bt_iface (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbluetooth_binder_facade.cpp42 if (bt_iface == NULL) { in SharedValidator()
46 if (!bt_iface->IsEnabled()) { in SharedValidator()
54 if (bt_iface == NULL) { in BluetoothBinderEnable()
58 bool result = bt_iface->Enable(false); in BluetoothBinderEnable()
71 return std::make_tuple(bt_iface->GetAddress(), sl4n_error_codes::kPassInt); in BluetoothBinderGetAddress()
78 std::string name = bt_iface->GetName(); in BluetoothBinderGetName()
93 bool result = bt_iface->SetName(name); in BluetoothBinderSetName()
102 bt_iface = IBluetooth::getClientInterface(); in BluetoothBinderInitInterface()
103 if(!bt_iface.get()) { in BluetoothBinderInitInterface()
116 ble_iface = bt_iface->GetLowEnergyInterface(); in BluetoothBinderRegisterBLE()
Dbluetooth_binder_facade.h53 android::sp<ipc::binder::IBluetooth> bt_iface; variable