Searched refs:readCurrentIacLapComplete (Results 1 – 3 of 3) sorted by relevance
613 if (callbacks->readCurrentIacLapComplete != NULL) { in HciCmdOnReadCurrentIacLapFailed()614 callbacks->readCurrentIacLapComplete(&returParam); in HciCmdOnReadCurrentIacLapFailed()
235 if (callbacks->readCurrentIacLapComplete != NULL) { in HciEventOnReadCurrentIacLapComplete()236 callbacks->readCurrentIacLapComplete(&returnParam); in HciEventOnReadCurrentIacLapComplete()
720 void (*readCurrentIacLapComplete)(const HciReadCurrentIacLapReturnParam *returnParam); member