Home
last modified time | relevance | path

Searched refs:lePhyUpdateComplete (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c300 if (callbacks->lePhyUpdateComplete != NULL) { in HciEventOnLePHYUpdateCompleteEvent()
301 callbacks->lePhyUpdateComplete(eventParam); in HciEventOnLePHYUpdateCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1423 void (*lePhyUpdateComplete)(const HciLePhyUpdateCompleteEventParam *eventParam); member