Searched refs:leTestEndComplete (Results 1 – 3 of 3) sorted by relevance
451 if (callbacks->leTestEndComplete != NULL) { in HciCmdOnLeTestEndFailed()452 callbacks->leTestEndComplete(&returnParam); in HciCmdOnLeTestEndFailed()
681 if (callbacks->leTestEndComplete != NULL) { in HciEventOnLeTestEndComplete()682 callbacks->leTestEndComplete(&returnParam); in HciEventOnLeTestEndComplete()
1242 void (*leTestEndComplete)(const HciLeTestEndReturnParam *returnParam); member