Searched defs:bt_iface (Results 1 - 3 of 3) sorted by last modified time

/system/bt/service/client/
H A Dmain.cc330 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { argument
333 bt_iface->Disable(&status);
337 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { argument
356 bt_iface->Enable(is_restricted_mode, &status);
360 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { argument
364 bt_iface->GetState(&st);
369 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { argument
372 bt_iface->IsEnabled(&enabled);
376 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { argument
379 bt_iface
383 HandleSetLocalName(IBluetooth* bt_iface, const vector<string>& args) argument
396 HandleGetLocalName(IBluetooth* bt_iface, const vector<string>& args) argument
403 HandleAdapterInfo(IBluetooth* bt_iface, const vector<string>& args) argument
427 HandleSupportsMultiAdv(IBluetooth* bt_iface, const vector<string>& args) argument
435 HandleRegisterBLEAdvertiser(IBluetooth* bt_iface, const vector<string>& args) argument
463 HandleUnregisterBLEAdvertiser(IBluetooth* bt_iface, const vector<string>& args) argument
484 HandleRegisterBLE(IBluetooth* bt_iface, const vector<string>& args) argument
510 HandleUnregisterBLE(IBluetooth* bt_iface, const vector<string>& args) argument
530 HandleUnregisterAllBLE(IBluetooth* bt_iface, const vector<string>& args) argument
544 HandleRegisterGATT(IBluetooth* bt_iface, const vector<string>& args) argument
570 HandleUnregisterGATT(IBluetooth* bt_iface, const vector<string>& args) argument
590 HandleStartAdv(IBluetooth* bt_iface, const vector<string>& args) argument
714 HandleStopAdv(IBluetooth* bt_iface, const vector<string>& args) argument
732 HandleConnect(IBluetooth* bt_iface, const vector<string>& args) argument
762 HandleDisconnect(IBluetooth* bt_iface, const vector<string>& args) argument
790 HandleSetMtu(IBluetooth* bt_iface, const vector<string>& args) argument
825 HandleRegisterBLEScanner(IBluetooth* bt_iface, const vector<string>& args) argument
853 HandleUnregisterBLEScanner(IBluetooth* bt_iface, const vector<string>& args) argument
874 HandleStartLeScan(IBluetooth* bt_iface, const vector<string>& args) argument
911 HandleStopLeScan(IBluetooth* bt_iface, const vector<string>& args) argument
988 ExecuteCommand(const sp<IBluetooth>& bt_iface, std::string& command) argument
1042 sp<IBluetooth> bt_iface; local
[all...]
/system/bt/service/
H A Dgatt_server_old.cc478 const bt_interface_t* bt_iface = local
481 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cc485 const bt_interface_t* bt_iface = local
487 CHECK(bt_iface);
491 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));

Completed in 43 milliseconds