Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c107 if (g_leConnUpdateCallback.callback.leConnectionUpdateComplete) { in GapOnLeConnectionUpdateCompleteEvent()
108 g_leConnUpdateCallback.callback.leConnectionUpdateComplete(eventParam->status, in GapOnLeConnectionUpdateCompleteEvent()
563 if (g_leConnUpdateCallback.callback.leConnectionUpdateComplete) { in GapReceiveL2capParameterUpdateRsp()
564 g_leConnUpdateCallback.callback.leConnectionUpdateComplete( in GapReceiveL2capParameterUpdateRsp()
H A Dgap_hci_receive.c981 .leConnectionUpdateComplete = GapRecvLeConnectionUpdateCompleteEvent,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c121 if (callbacks->leConnectionUpdateComplete != NULL) { in HciEventOnLeConnectionUpdateCompleteEvent()
122 callbacks->leConnectionUpdateComplete(eventParam); in HciEventOnLeConnectionUpdateCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c278 if (callbacks->leConnectionUpdateComplete != NULL) { in HciCmdOnLeConnectionUpdateFailed()
279 callbacks->leConnectionUpdateComplete(&eventParam); in HciCmdOnLeConnectionUpdateFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h249 …void (*leConnectionUpdateComplete)(uint8_t status, const BtAddr *addr, uint16_t connInterval, uint… member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1396 void (*leConnectionUpdateComplete)(const HciLeConnectionUpdateCompleteEventParam *eventParam); member