Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h62 uint8_t encryptionEnabled; member
119 uint8_t encryptionEnabled; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1663 if (eventParam->encryptionEnabled) { in GapOnEncryptionChangeEvent()
1692 eventParam->encryptionEnabled ? GAP_ENCRYPTION_ON : GAP_ENCRYPTION_OFF, in GapOnEncryptionChangeEvent()
1696 … callback(&addr, eventParam->encryptionEnabled ? GAP_ENCRYPTION_ON : GAP_ENCRYPTION_OFF, context); in GapOnEncryptionChangeEvent()
H A Dgap_hci_receive.c346 eventParam->encryptionEnabled); in GapRecvEncryptionChangeEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c93 .encryptionEnabled = 0, in HciCmdOnCreateConnectionFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c545 connectCompleteParam.encyptionEnabled = eventParam->encryptionEnabled; in BtmOnConnectionComplete()
1877 connection->encryption = eventParam->encryptionEnabled; in BtmOnEncryptionChange()