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

  /system/bt/service/client/
main.cpp 256 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) {
258 PrintCommandStatus(bt_iface->Disable());
261 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) {
279 PrintCommandStatus(bt_iface->Enable(is_restricted_mode));
282 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) {
285 bt_iface->GetState());
289 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) {
291 bool enabled = bt_iface->IsEnabled();
295 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) {
297 string address = bt_iface->GetAddress()
815 sp<IBluetooth> bt_iface = IBluetooth::getClientInterface(); local
    [all...]
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.cpp 42 if (bt_iface == NULL) {
46 if (!bt_iface->IsEnabled()) {
54 if (bt_iface == NULL) {
58 bool result = bt_iface->Enable(false);
71 return std::make_tuple(bt_iface->GetAddress(), sl4n_error_codes::kPassInt);
78 std::string name = bt_iface->GetName();
93 bool result = bt_iface->SetName(name);
102 bt_iface = IBluetooth::getClientInterface();
103 if(!bt_iface.get()) {
112 // TODO (tturney): verify bt_iface initialized everywher
    [all...]
bluetooth_binder_facade.h 53 android::sp<ipc::binder::IBluetooth> bt_iface; member in class:BluetoothBinderFacade
  /system/bt/service/common/bluetooth/binder/
IBluetooth.cpp 53 sp<IBluetooth> bt_iface = interface_cast<IBluetooth>(binder); local
54 if (!bt_iface.get()) {
59 return bt_iface;
  /system/bt/service/hal/
bluetooth_gatt_interface.cpp 534 const bt_interface_t* bt_iface = local
536 CHECK(bt_iface);
540 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));
  /system/bt/service/
gatt_server_old.cpp 486 const bt_interface_t* bt_iface = local
489 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));

Completed in 422 milliseconds