Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_gap_if.c22 } RfcommSecurityResultInfo; typedef
28 RfcommSecurityResultInfo *ctx = context; in RfcommRecvChannelSecurityResultTsk()
57 RfcommSecurityResultInfo *ctx = malloc(sizeof(RfcommSecurityResultInfo)); in RfcommRecvChannelSecurityResultCallback()
62 (void)memset_s(ctx, sizeof(RfcommSecurityResultInfo), 0x00, sizeof(RfcommSecurityResultInfo)); in RfcommRecvChannelSecurityResultCallback()
77 RfcommSecurityResultInfo *ctx = context; in RfcommRecvSessionSecurityResultTsk()
98 RfcommSecurityResultInfo *ctx = malloc(sizeof(RfcommSecurityResultInfo)); in RfcommRecvSessionSecurityResultCallback()
103 (void)memset_s(ctx, sizeof(RfcommSecurityResultInfo), 0x00, sizeof(RfcommSecurityResultInfo)); in RfcommRecvSessionSecurityResultCallback()