Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_socket_server.cpp29 int BluetoothSocketServer::Connect(ConnectSocketParam &param, int &fd) in Connect()
43 int BluetoothSocketServer::Listen(ListenSocketParam &param, int &fd) in Listen()
62 int BluetoothSocketServer::DeregisterServerObserver(const sptr<IBluetoothServerSocketObserver> &obs… in DeregisterServerObserver()
68 int BluetoothSocketServer::RegisterClientObserver(const BluetoothRawAddress &addr, const bluetooth:… in RegisterClientObserver()
74 int BluetoothSocketServer::DeregisterClientObserver(const BluetoothRawAddress &addr, const bluetoot… in DeregisterClientObserver()
80 int BluetoothSocketServer::UpdateCocConnectionParams(const BluetoothSocketCocInfo &info) in UpdateCocConnectionParams()
H A Dbluetooth_host_server.cpp618 sptr<BluetoothSocketServer> socket = new BluetoothSocketServer(); in createServers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h28 class BluetoothSocketServer : public BluetoothSocketStub {
97 BluetoothSocketServer() : socketObserverList_(std::make_unique<SocketObserverList>()) {} in BluetoothSocketServer() function
98 ~BluetoothSocketServer() {} in ~BluetoothSocketServer()