Searched refs:BluetoothSocketServer (Results 1 – 3 of 3) sorted by relevance
29 int BluetoothSocketServer::Connect(ConnectSocketParam ¶m, int &fd) in Connect()43 int BluetoothSocketServer::Listen(ListenSocketParam ¶m, 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()
618 sptr<BluetoothSocketServer> socket = new BluetoothSocketServer(); in createServers()
28 class BluetoothSocketServer : public BluetoothSocketStub {97 BluetoothSocketServer() : socketObserverList_(std::make_unique<SocketObserverList>()) {} in BluetoothSocketServer() function98 ~BluetoothSocketServer() {} in ~BluetoothSocketServer()