Home
last modified time | relevance | path

Searched refs:BluetoothHfpAgServer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp94 struct BluetoothHfpAgServer::impl {
130 BluetoothHfpAgServer::impl* pimpl_;
137 BluetoothHfpAgServer::BluetoothHfpAgServer() in BluetoothHfpAgServer() function in OHOS::Bluetooth::BluetoothHfpAgServer
154 BluetoothHfpAgServer::~BluetoothHfpAgServer() in ~BluetoothHfpAgServer()
266 bool BluetoothHfpAgServer::ConnectSco() in ConnectSco()
279 bool BluetoothHfpAgServer::DisconnectSco() in DisconnectSco()
358 std::string BluetoothHfpAgServer::GetActiveDevice() in GetActiveDevice()
368 int BluetoothHfpAgServer::IsInbandRingingEnabled(bool &isEnabled) in IsInbandRingingEnabled()
427 int BluetoothHfpAgServer::ConnectSco(uint8_t callType) in ConnectSco()
432 int BluetoothHfpAgServer::DisconnectSco(uint8_t callType) in DisconnectSco()
[all …]
H A Dbluetooth_host_server.cpp628 sptr<BluetoothHfpAgServer> hfpAg = new BluetoothHfpAgServer(); in createServers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h27 class BluetoothHfpAgServer : public BluetoothHfpAgStub{
29 explicit BluetoothHfpAgServer();
30 ~BluetoothHfpAgServer() override;
64 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothHfpAgServer);