Home
last modified time | relevance | path

Searched refs:SocketGapClient (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_gap_client.h25 class SocketGapClient { class
30 SocketGapClient() = default;
35 virtual ~SocketGapClient() in ~SocketGapClient()
59 BT_DISALLOW_COPY_AND_ASSIGN(SocketGapClient);
H A Dsocket_gap_client.cpp21 int SocketGapClient::RegisterServiceSecurity( in RegisterServiceSecurity()
44 int SocketGapClient::UnregisterSecurity(const BtAddr addr, uint8_t scn, GAP_Service serviceId) in UnregisterSecurity()
H A Dsocket.h193 // the pointer of the SocketGapClient.
194 std::unique_ptr<SocketGapClient> socketGapClient_ {nullptr};
H A Dsocket.cpp475 socketGapClient_ = std::make_unique<SocketGapClient>(); in ReceiveSdpResult()

Completed in 3 milliseconds