Searched refs:leConnectionUpdateComplete (Results 1 – 6 of 6) sorted by relevance
107 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()
981 .leConnectionUpdateComplete = GapRecvLeConnectionUpdateCompleteEvent,
121 if (callbacks->leConnectionUpdateComplete != NULL) { in HciEventOnLeConnectionUpdateCompleteEvent()122 callbacks->leConnectionUpdateComplete(eventParam); in HciEventOnLeConnectionUpdateCompleteEvent()
278 if (callbacks->leConnectionUpdateComplete != NULL) { in HciCmdOnLeConnectionUpdateFailed()279 callbacks->leConnectionUpdateComplete(&eventParam); in HciCmdOnLeConnectionUpdateFailed()
249 …void (*leConnectionUpdateComplete)(uint8_t status, const BtAddr *addr, uint16_t connInterval, uint… member
1396 void (*leConnectionUpdateComplete)(const HciLeConnectionUpdateCompleteEventParam *eventParam); member