Searched refs:bt_iface (Results 1 – 2 of 2) sorted by relevance
54 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()
53 android::sp<android::bluetooth::IBluetooth> bt_iface; variable