Home
last modified time | relevance | path

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

/system/bt/service/client/
Dmain.cpp256 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable() argument
258 PrintCommandStatus(bt_iface->Disable()); in HandleDisable()
261 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable() argument
279 PrintCommandStatus(bt_iface->Enable(is_restricted_mode)); in HandleEnable()
282 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState() argument
285 bt_iface->GetState()); in HandleGetState()
289 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled() argument
291 bool enabled = bt_iface->IsEnabled(); in HandleIsEnabled()
295 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress() argument
297 string address = bt_iface->GetAddress(); in HandleGetLocalAddress()
[all …]
/system/bt/service/common/bluetooth/binder/
DIBluetooth.cpp53 sp<IBluetooth> bt_iface = interface_cast<IBluetooth>(binder); in getClientInterface() local
54 if (!bt_iface.get()) { in getClientInterface()
59 return bt_iface; in getClientInterface()
/system/bt/service/hal/
Dbluetooth_gatt_interface.cpp534 const bt_interface_t* bt_iface = in Initialize() local
536 CHECK(bt_iface); in Initialize()
540 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID)); in Initialize()
/system/bt/service/
Dgatt_server_old.cpp486 const bt_interface_t* bt_iface = in Initialize() local
489 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID)); in Initialize()