Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c249 if (callbacks->encryptionChange != NULL) { in HciCmdOnSetConnectionEncryptionFailed()
250 callbacks->encryptionChange(&eventParam); in HciCmdOnSetConnectionEncryptionFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c264 if (callbacks->encryptionChange != NULL) { in HciEventOnEncryptionChangeEvent()
265 callbacks->encryptionChange(param); in HciEventOnEncryptionChangeEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h969 void (*encryptionChange)(const HciEncryptionChangeEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c938 .encryptionChange = GapRecvEncryptionChangeEvent,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2407 .encryptionChange = BtmOnEncryptionChange,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c113 .encryptionChange = SMP_OnLEEncryptionChange,