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/
Dbt_binder_facade.cpp54 if (bt_iface == NULL) { in SharedValidator()
59 bt_iface->IsEnabled(&ret); in SharedValidator()
68 if (bt_iface == NULL) { in BtBinderEnable()
73 bt_iface->Enable(&ret); in BtBinderEnable()
87 bt_iface->GetAddress(&address); in BtBinderGetAddress()
97 bt_iface->GetName(&name16); in BtBinderGetName()
115 bt_iface->SetName(String16(String8(name.c_str())), &result); in BtBinderSetName()
124 status_t status = getService(String16(kServiceName.c_str()), &bt_iface); in BtBinderInitInterface()
138 bt_iface->GetLowEnergyInterface(&ble_iface); in BtBinderRegisterBLE()
Dbt_binder_facade.h53 android::sp<android::bluetooth::IBluetooth> bt_iface; variable