Home
last modified time | relevance | path

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

/system/bt/service/client/
Dmain.cc384 void HandleDisable(IBluetooth* bt_iface, const vector<string>& args) { in HandleDisable() argument
387 bt_iface->Disable(&status); in HandleDisable()
391 void HandleEnable(IBluetooth* bt_iface, const vector<string>& args) { in HandleEnable() argument
393 bt_iface->Enable(&status); in HandleEnable()
397 void HandleGetState(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetState() argument
401 bt_iface->GetState(&st); in HandleGetState()
406 void HandleIsEnabled(IBluetooth* bt_iface, const vector<string>& args) { in HandleIsEnabled() argument
409 bt_iface->IsEnabled(&enabled); in HandleIsEnabled()
413 void HandleGetLocalAddress(IBluetooth* bt_iface, const vector<string>& args) { in HandleGetLocalAddress() argument
416 bt_iface->GetAddress(&address); in HandleGetLocalAddress()
[all …]
/system/bt/service/hal/
Dbluetooth_av_interface.cc213 const bt_interface_t* bt_iface = in Initialize() local
215 CHECK(bt_iface); in Initialize()
219 bt_iface->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)); in Initialize()
226 bt_iface->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_SINK_ID)); in Initialize()
Dbluetooth_avrcp_interface.cc567 const bt_interface_t* bt_iface = in Initialize() local
569 CHECK(bt_iface); in Initialize()
572 bt_iface->get_profile_interface(BT_PROFILE_AV_RC_ID)); in Initialize()
579 bt_iface->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID)); in Initialize()
Dbluetooth_gatt_interface.cc485 const bt_interface_t* bt_iface = in Initialize() local
487 CHECK(bt_iface); in Initialize()
491 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID)); in Initialize()
/system/bt/service/
Dgatt_server_old.cc478 const bt_interface_t* bt_iface = in Initialize() local
481 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID)); in Initialize()