Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c395 if (callbacks->leLongTermKeyRequestNegativeReplyComplete != NULL) { in HciCmdOnLeLongTermKeyRequestNegativeReplyFailed()
396 callbacks->leLongTermKeyRequestNegativeReplyComplete(&returnParam); in HciCmdOnLeLongTermKeyRequestNegativeReplyFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c331 if (callbacks->leLongTermKeyRequestNegativeReplyComplete != NULL) { in HciEventOnLeLongTermKeyRequestNegativeReplyComplete()
332 callbacks->leLongTermKeyRequestNegativeReplyComplete(&returnParam); in HciEventOnLeLongTermKeyRequestNegativeReplyComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1229 void (*leLongTermKeyRequestNegativeReplyComplete)( member