Home
last modified time | relevance | path

Searched refs:GapServiceSecurityInfo (Results 1 - 25 of 32) sorted by relevance

12

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_gap.h25 GapServiceSecurityInfo serviceInfo;
31 GapServiceSecurityInfo serviceInfo;
39 void AvctSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context);
41 void AvctSecurityResult(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context);
43 void AvctRevConnSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context);
45 void AvctRevConnSecurityResult(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context);
H A Davctp_gap.c37 void AvctSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in AvctSecurityResultCallback()
47 (void)memcpy_s(&param->serviceInfo, sizeof(GapServiceSecurityInfo), &serviceInfo, sizeof(GapServiceSecurityInfo)); in AvctSecurityResultCallback()
63 void AvctSecurityResult(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in AvctSecurityResult()
115 void AvctRevConnSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in AvctRevConnSecurityResultCallback()
126 (void)memcpy_s(&param->serviceInfo, sizeof(GapServiceSecurityInfo), &serviceInfo, sizeof(GapServiceSecurityInfo)); in AvctRevConnSecurityResultCallback()
143 void AvctRevConnSecurityResult(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in AvctRevConnSecurityResult()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_gap_if.c20 GapServiceSecurityInfo serviceInfo;
48 static void RfcommRecvChannelSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in RfcommRecvChannelSecurityResultCallback()
65 (void)memcpy_s(&ctx->serviceInfo, sizeof(GapServiceSecurityInfo), &serviceInfo, sizeof(GapServiceSecurityInfo)); in RfcommRecvChannelSecurityResultCallback()
89 static void RfcommRecvSessionSecurityResultCallback(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in RfcommRecvSessionSecurityResultCallback()
106 (void)memcpy_s(&ctx->serviceInfo, sizeof(GapServiceSecurityInfo), &serviceInfo, sizeof(GapServiceSecurityInfo)); in RfcommRecvSessionSecurityResultCallback()
190 GapServiceSecurityInfo serviceInfo = {INCOMING, RFCOMM, SEC_PROTOCOL_L2CAP, {BT_PSM_RFCOMM}}; in RfcommRegisterSecurity()
206 GapServiceSecurityInfo serviceInfo = {INCOMING, RFCOMM, SEC_PROTOCOL_L2CAP, {BT_PSM_RFCOMM}}; in RfcommDeregisterSecurity()
H A Drfcomm_gap.c18 void RfcommRecvChannelSecurityResult(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in RfcommRecvChannelSecurityResult()
31 void RfcommRecvSessionSecurityResult(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context) in RfcommRecvSessionSecurityResult()
H A Drfcomm_defs.h539 void RfcommRecvChannelSecurityResult(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context);
540 void RfcommRecvSessionSecurityResult(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_gap.cpp38 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_TG, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in RegisterSecurity()
43 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_TG_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in RegisterSecurity()
61 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_TG, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in UnregisterSecurity()
66 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_TG_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in UnregisterSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_gap.cpp38 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_CT, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in RegisterSecurity()
43 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_CT_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in RegisterSecurity()
61 GapServiceSecurityInfo avctInfo = {INCOMING, AVRCP_CT, SEC_PROTOCOL_L2CAP, {AVCT_PSM}}; in UnregisterSecurity()
66 GapServiceSecurityInfo avctBrinfo = {INCOMING, AVRCP_CT_BROWSING, SEC_PROTOCOL_L2CAP, {AVCT_BR_PSM}}; in UnregisterSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h143 } GapServiceSecurityInfo; typedef
153 typedef void (*GapSecurityResultCallback)(uint16_t result, GapServiceSecurityInfo serviceInfo, void *context);
159 GapServiceSecurityInfo info; /// Security request information
284 const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo, uint16_t securityMode);
286 const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo, uint16_t securityMode);
295 BTSTACK_API int GAPIF_DeregisterServiceSecurity(const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo);
296 BTSTACK_API int GAPIF_DeregisterServiceSecurityAsync(const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_gap_server.cpp29 GapServiceSecurityInfo serviceInfo; in RegisterServiceSecurity()
50 GapServiceSecurityInfo serviceInfo; in UnregisterSecurity()
H A Dsocket_gap_client.cpp29 GapServiceSecurityInfo serviceInfo; in RegisterServiceSecurity()
50 GapServiceSecurityInfo serviceInfo; in UnregisterSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.h96 int GAP_RegisterServiceSecurity(const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo, uint16_t securityMode);
105 int GAP_DeregisterServiceSecurity(const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo);
H A Dgap_def.h192 GapServiceSecurityInfo info;
207 GapServiceSecurityInfo info;
H A Dgap_if.c59 GapServiceSecurityInfo serviceInfo;
66 GapServiceSecurityInfo serviceInfo;
319 int GAPIF_RegisterServiceSecurity(const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo, uint16_t securityMode) in GAPIF_RegisterServiceSecurity()
356 const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo, uint16_t securityMode) in GAPIF_RegisterServiceSecurityAsync()
400 int GAPIF_DeregisterServiceSecurity(const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo) in GAPIF_DeregisterServiceSecurity()
434 int GAPIF_DeregisterServiceSecurityAsync(const BtAddr *addr, const GapServiceSecurityInfo *serviceInfo) in GAPIF_DeregisterServiceSecurityAsync()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.h78 GapServiceSecurityInfo security;
111 void AvdtRevSecurityCheckCallback(uint16_t result, GapServiceSecurityInfo security, void *context);
117 void AvdtRevSecurityCheck(uint16_t result, GapServiceSecurityInfo security, void *context);
H A Davdtp_impl.h24 GapServiceSecurityInfo security;
122 void AvdtSecurityCheckCallback(uint16_t result, GapServiceSecurityInfo security, void *context);
124 void AvdtSecurityCheck(uint16_t result, GapServiceSecurityInfo security, void *context);
H A Davdtp_l2cap.c838 void AvdtRevSecurityCheckCallback(uint16_t result, GapServiceSecurityInfo security, void *context) in AvdtRevSecurityCheckCallback()
848 (void)memcpy_s(&param->security, sizeof(GapServiceSecurityInfo), &security, sizeof(GapServiceSecurityInfo)); in AvdtRevSecurityCheckCallback()
864 void AvdtRevSecurityCheck(uint16_t result, GapServiceSecurityInfo security, void *context) in AvdtRevSecurityCheck()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_gap_client.h60 GapServiceSecurityInfo securityInfo_;
H A Dhfp_ag_gap_server.h57 static GapServiceSecurityInfo g_securityInfo;
H A Dhfp_ag_gap_server.cpp22 GapServiceSecurityInfo HfpAgGapServer::g_securityInfo;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_gap_client.h60 GapServiceSecurityInfo securityInfo_;
H A Dhfp_hf_gap_server.h57 static GapServiceSecurityInfo g_securityInfo;
H A Dhfp_hf_gap_server.cpp22 GapServiceSecurityInfo HfpHfGapServer::g_securityInfo;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.h112 * @param security Indicates the struct GapServiceSecurityInfo.
115 static void HidHostSecurityCheckCallback(uint16_t result, GapServiceSecurityInfo security, void *context);
121 * @param security Indicates the struct GapServiceSecurityInfo.
125 GapServiceSecurityInfo security, void *context);
H A Dhid_host_l2cap_connection.cpp23 GapServiceSecurityInfo securityInfo = {INCOMING, HID_HOST, SEC_PROTOCOL_L2CAP, in Startup()
59 GapServiceSecurityInfo securityInfo = {INCOMING, HID_HOST, SEC_PROTOCOL_L2CAP, in Shutdown()
109 uint16_t result, GapServiceSecurityInfo security, void *context) in HidHostSecurityCheckCallback()
165 GapServiceSecurityInfo security, void *context) in HidHostIndSecurityCheckDeviceConnectCallback()
697 GapServiceSecurityInfo securityInfo; in SendGapRequestSecurity()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.h107 * @param security Indicates the struct GapServiceSecurityInfo.
110 static void BnepSecurityCheckCallback(uint16_t result, GapServiceSecurityInfo security, void *context);
116 * @param security Indicates the struct GapServiceSecurityInfo.
120 GapServiceSecurityInfo security, void *context);

Completed in 20 milliseconds

12