Searched refs:g_serverSendSignal (Results 1 – 1 of 1) sorted by relevance
57 static SoftBusBleSendSignal g_serverSendSignal = {0}; variable263 if (!g_serverSendSignal.isWriteAvailable) { in SoftBusGattsSendNotify()266 …int32_t ret = SoftBusCondWait(&g_serverSendSignal.g_sendCond, &g_serverSendSignal.g_sendCondLock, … in SoftBusGattsSendNotify()269 ret, g_serverSendSignal.isWriteAvailable); in SoftBusGattsSendNotify()273 g_serverSendSignal.isWriteAvailable = false; in SoftBusGattsSendNotify()274 (void)SoftBusMutexUnlock(&g_serverSendSignal.g_sendCondLock); in SoftBusGattsSendNotify()281 g_serverSendSignal.isWriteAvailable = true; in SoftBusGattsSendNotify()592 g_serverSendSignal.isWriteAvailable = true; in BleIndicationSentCallback()593 (void)SoftBusCondBroadcast(&g_serverSendSignal.g_sendCond); in BleIndicationSentCallback()594 (void)SoftBusMutexUnlock(&g_serverSendSignal.g_sendCondLock); in BleIndicationSentCallback()[all …]