Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_link_ctrl_cmd_complete.c291 if (callbacks->readLmpHandleComplete != NULL) { in HciEventOnReadLMPHandleComplete()
292 callbacks->readLmpHandleComplete(&returnParam); in HciEventOnReadLMPHandleComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c340 if (callbacks->readLmpHandleComplete != NULL) { in HciCmdOnReadLmpHandleFailed()
341 callbacks->readLmpHandleComplete(&returnParam); in HciCmdOnReadLmpHandleFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h529 void (*readLmpHandleComplete)(const HciReadLmpHandleReturnParam *returnParam); member