Searched refs:bt_iface (Results 1 - 4 of 4) sorted by relevance

/system/bt/service/client/
H A Dmain.cpp256 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { argument
258 PrintCommandStatus(bt_iface->Disable());
261 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { argument
279 PrintCommandStatus(bt_iface->Enable(is_restricted_mode));
282 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { argument
285 bt_iface->GetState());
289 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { argument
291 bool enabled = bt_iface->IsEnabled();
295 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { argument
297 string address = bt_iface
301 HandleSetLocalName(IBluetooth* bt_iface, const vector<string>& args) argument
313 HandleGetLocalName(IBluetooth* bt_iface, const vector<string>& args) argument
319 HandleAdapterInfo(IBluetooth* bt_iface, const vector<string>& args) argument
332 HandleSupportsMultiAdv(IBluetooth* bt_iface, const vector<string>& args) argument
339 HandleRegisterBLE(IBluetooth* bt_iface, const vector<string>& args) argument
363 HandleUnregisterBLE(IBluetooth* bt_iface, const vector<string>& args) argument
382 HandleUnregisterAllBLE(IBluetooth* bt_iface, const vector<string>& args) argument
395 HandleRegisterGATT(IBluetooth* bt_iface, const vector<string>& args) argument
419 HandleUnregisterGATT(IBluetooth* bt_iface, const vector<string>& args) argument
438 HandleStartAdv(IBluetooth* bt_iface, const vector<string>& args) argument
553 HandleStopAdv(IBluetooth* bt_iface, const vector<string>& args) argument
569 HandleConnect(IBluetooth* bt_iface, const vector<string>& args) argument
596 HandleDisconnect(IBluetooth* bt_iface, const vector<string>& args) argument
622 HandleSetMtu(IBluetooth* bt_iface, const vector<string>& args) argument
654 HandleStartLeScan(IBluetooth* bt_iface, const vector<string>& args) argument
688 HandleStopLeScan(IBluetooth* bt_iface, const vector<string>& args) argument
758 ExecuteCommand(sp<IBluetooth> bt_iface, std::string &command) argument
815 sp<IBluetooth> bt_iface = IBluetooth::getClientInterface(); local
[all...]
/system/bt/service/common/bluetooth/binder/
H A DIBluetooth.cpp53 sp<IBluetooth> bt_iface = interface_cast<IBluetooth>(binder); local
54 if (!bt_iface.get()) {
59 return bt_iface;
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cpp534 const bt_interface_t* bt_iface = local
536 CHECK(bt_iface);
540 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));
/system/bt/service/
H A Dgatt_server_old.cpp486 const bt_interface_t* bt_iface = local
489 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));

Completed in 131 milliseconds