Home
last modified time | relevance | path

Searched defs:scn (Results 1 - 25 of 33) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_gap_server.cpp24 int HfpAgGapServer::RegisterServiceSecurity(uint8_t scn) in RegisterServiceSecurity() argument
H A Dhfp_ag_gap_client.cpp22 int HfpAgGapClient::RegisterServiceSecurity(const BtAddr &address, uint8_t scn) in RegisterServiceSecurity() argument
H A Dhfp_ag_rfcomm_connection.cpp105 void HfpAgRfcommConnection::SetRemoteScn(uint8_t scn) in SetRemoteScn() argument
H A Dhfp_ag_sdp_server.cpp32 int HfpAgSdpServer::RegisterSdpService(uint8_t scn) in RegisterSdpService() argument
H A Dhfp_ag_sdp_client.cpp288 bool HfpAgSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn) in FindProtocolRfcomm() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_gap_server.cpp24 int HfpHfGapServer::RegisterServiceSecurity(uint8_t scn) in RegisterServiceSecurity() argument
H A Dhfp_hf_gap_client.cpp22 int HfpHfGapClient::RegisterServiceSecurity(const BtAddr &address, uint8_t scn) in RegisterServiceSecurity() argument
H A Dhfp_hf_rfcomm_connection.cpp106 void HfpHfRfcommConnection::SetRemoteScn(uint8_t scn) in SetRemoteScn() argument
H A Dhfp_hf_sdp_server.cpp31 int HfpHfSdpServer::RegisterSdpService(uint8_t scn) in RegisterSdpService() argument
H A Dhfp_hf_sdp_client.cpp287 bool HfpHfSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn) in FindProtocolRfcomm() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_factory.cpp23 CreateRfcommTransport( const RawAddress *addr, uint8_t scn, uint16_t mtu, DataTransportObserver &observer, utility::Dispatcher &dispatcher) CreateRfcommTransport() argument
H A Dtransport_rfcomm.cpp86 int RfcommTransport::AcceptConnection(const RawAddress &addr, uint16_t scn) in AcceptConnection() argument
98 int RfcommTransport::RejectConnection(const RawAddress &addr, uint16_t scn) in RejectConnection() argument
29 RfcommTransport( const RawAddress *addr, uint8_t scn, uint16_t mtu, DataTransportObserver &observer, utility::Dispatcher &dispatcher) RfcommTransport() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_server.c123 RfcommServerInfo *RfcommGetServerByScn(uint8_t scn) in RfcommGetServerByScn() argument
71 RfcommCreateServer( uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context) RfcommCreateServer() argument
[all...]
H A Drfcomm_gap_if.c153 int RfcommCheckSessionSecurity(RfcommSessionInfo *session, uint8_t scn, bool isServer) in RfcommCheckSessionSecurity() argument
H A Drfcomm.c83 uint8_t scn = 0; in RfcommAssignServerNum() local
103 int RfcommFreeServerNum(uint8_t scn) in RfcommFreeServerNum() argument
186 RfcommRegisterServer(uint8_t scn, uint16_t mtu, uint32_t eventMask, RFCOMM_EventCallback callback, void *context) RfcommRegisterServer() argument
284 RfcommDeregisterServer(uint8_t scn, bool isRemoveCallback) RfcommDeregisterServer() argument
[all...]
H A Drfcomm_channel_fsm.c119 uint8_t scn = channel->scn; in RfcommOpenChannel() local
H A Drfcomm_session_fsm.c114 uint8_t scn = *(uint8_t *)data; in RfcommOpenSession() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_gap_server.cpp44 int SocketGapServer::UnregisterSecurity(const BtAddr addr, uint8_t scn, GAP_Service serviceId) in UnregisterSecurity() argument
21 RegisterServiceSecurity( uint8_t scn, int securityFlag, GAP_Service serviceId) RegisterServiceSecurity() argument
H A Dsocket_gap_client.cpp44 int SocketGapClient::UnregisterSecurity(const BtAddr addr, uint8_t scn, GAP_Service serviceId) in UnregisterSecurity() argument
21 RegisterServiceSecurity( const BtAddr addr, uint8_t scn, int securityFlag, GAP_Service serviceId) RegisterServiceSecurity() argument
H A Dsocket_sdp_server.cpp22 int SocketSdpServer::RegisterSdpService(const std::string &name, const Uuid &uuid, uint8_t scn) in RegisterSdpService() argument
96 int SocketSdpServer::AddProtocol(uint8_t scn) in AddProtocol() argument
H A Dsocket_sdp_client.cpp60 uint8_t scn = -1; in SearchAttributes() local
75 bool SocketSdpClient::SearchScn(uint16_t protocolNum, const SdpProtocolDescriptor *protocol, uint8_t &scn) in SearchScn() argument
96 uint8_t scn = SearchAttributes(addr, serviceAry, serviceNum); in SdpSearchCallback() local
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DGeometryJS.cpp80 auto scn = GetNativeMeta<SCENE_NS::IScene>(scene_.GetObject()); in GeometryJS() local
H A DNodeJS.cpp48 auto scn = GetNativeMeta<SCENE_NS::IScene>(scene); in NodeJS() local
H A DCameraJS.cpp124 auto scn = GetNativeMeta<SCENE_NS::IScene>(scene); in CameraJS() local
H A DLightJS.cpp57 auto scn = GetNativeMeta<SCENE_NS::IScene>(scene); in Create() local

Completed in 11 milliseconds

12