Home
last modified time | relevance | path

Searched defs:Disconnect (Results 1 – 25 of 25) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSink.aidl28 boolean Disconnect(String device_address); in Disconnect() method
DIBluetoothA2dpSource.aidl29 boolean Disconnect(String device_address); in Disconnect() method
DIBluetoothLowEnergy.aidl30 boolean Disconnect(int client_id, String address); in Disconnect() method
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.proto10 rpc Disconnect(LeHandleMsg) returns (google.protobuf.Empty) {} rpc
Dacl_manager_facade.proto10 rpc Disconnect(HandleMsg) returns (google.protobuf.Empty) {} rpc
Dacl_manager_facade.cc72 ::grpc::Status Disconnect(::grpc::ServerContext* context, const HandleMsg* request, in Disconnect() function in bluetooth::hci::facade::AclManagerFacadeService
Dle_acl_manager_facade.cc73 ::grpc::Status Disconnect(::grpc::ServerContext* context, const LeHandleMsg* request, in Disconnect() function in bluetooth::hci::facade::LeAclManagerFacadeService
/system/bt/btif/src/
Dbtif_hearing_aid.cc91 void Disconnect(const RawAddress& address) override { in Disconnect() function in __anonec7e4b110211::HearingAidInterfaceImpl
Dbtif_hf.cc785 bt_status_t HeadsetInterface::Disconnect(RawAddress* bd_addr) { in Disconnect() function in bluetooth::headset::HeadsetInterface
/system/bt/gd/hci/cert/
Dapi.proto12 rpc Disconnect(facade.BluetoothAddress) returns (google.protobuf.Empty) {} rpc
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dacl_connection_handler.cc136 bool AclConnectionHandler::Disconnect(uint16_t handle) { in Disconnect() function in test_vendor_lib::AclConnectionHandler
Dlink_layer_controller.cc1495 ErrorCode LinkLayerController::Disconnect(uint16_t handle, uint8_t reason) { in Disconnect() function in test_vendor_lib::LinkLayerController
Ddual_mode_controller.cc1573 void DualModeController::Disconnect(CommandPacketView command) { in Disconnect() function in test_vendor_lib::DualModeController
/system/bt/service/
Da2dp_sink.cc77 bool A2dpSink::Disconnect(const std::string& device_address) { in Disconnect() function in bluetooth::A2dpSink
Dlow_energy_client.cc70 bool LowEnergyClient::Disconnect(const std::string& address) { in Disconnect() function in bluetooth::LowEnergyClient
Da2dp_source.cc144 bool A2dpSource::Disconnect(const std::string& device_address) { in Disconnect() function in bluetooth::A2dpSource
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.cc85 Status BluetoothLowEnergyBinderServer::Disconnect(int client_id, in Disconnect() function in ipc::binder::BluetoothLowEnergyBinderServer
Dbluetooth_a2dp_sink_binder_server.cc103 Status BluetoothA2dpSinkBinderServer::Disconnect(const String16& device_address, in Disconnect() function in ipc::binder::BluetoothA2dpSinkBinderServer
Dbluetooth_a2dp_source_binder_server.cc147 Status BluetoothA2dpSourceBinderServer::Disconnect( in Disconnect() function in ipc::binder::BluetoothA2dpSourceBinderServer
/system/bt/gd/l2cap/le/internal/
Dlink.cc54 void Link::Disconnect() { in Disconnect() function in bluetooth::l2cap::le::internal::Link
/system/bt/service/test/
Da2dp_source_unittest.cc147 void Disconnect(const std::string& addr) { in Disconnect() function in bluetooth::__anon28a8f43c0111::A2dpSourcePostRegisterTest
Da2dp_sink_unittest.cc150 void Disconnect(const std::string& addr) { in Disconnect() function in bluetooth::__anon39fb06600111::A2dpSinkPostRegisterTest
/system/bt/gd/l2cap/classic/internal/
Dlink.cc69 void Link::Disconnect() { in Disconnect() function in bluetooth::l2cap::classic::internal::Link
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1442 void Disconnect(const RawAddress& address) override { in Disconnect() function in __anon4ec617020111::HearingAidImpl
/system/bt/gd/hci/
Dacl_manager.cc1543 bool Disconnect(uint16_t handle, DisconnectReason reason) { in Disconnect() function
1935 bool AclConnection::Disconnect(DisconnectReason reason) { in Disconnect() function in bluetooth::hci::AclConnection