Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c57 static SoftBusBleSendSignal g_serverSendSignal = {0}; variable
263 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 …]