Home
last modified time | relevance | path

Searched defs:GAP_SIGNATURE_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c149 …tGapSignatureGenerationResult(GAP_SignatureResult result, uint8_t signature[GAP_SIGNATURE_SIZE], v… in AttGapSignatureGenerationResult()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c1182const uint8_t signature[GAP_SIGNATURE_SIZE], GAPSignatureConfirmationResult callback, void *contex… in GAP_LeDataSignatureConfirmation()
H A Dgap_le_if.c1725const uint8_t signature[GAP_SIGNATURE_SIZE], GAPSignatureConfirmationResult callback, void *contex… in GAPIF_LeDataSignatureConfirmationAsync()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h49 #define GAP_SIGNATURE_SIZE 12 macro