Searched refs:MAXIMUM_NUMBER_APPLICATION (Results 1 – 5 of 5) sorted by relevance
65 #define MAXIMUM_NUMBER_APPLICATION 10 macro131 GattServerWrapper g_gattServers[MAXIMUM_NUMBER_APPLICATION];603 for (; i < MAXIMUM_NUMBER_APPLICATION; i++) { in BleGattsRegister()613 if (i != MAXIMUM_NUMBER_APPLICATION) { in BleGattsRegister()638 if (serverId >= 0 && serverId < MAXIMUM_NUMBER_APPLICATION) { in BleGattsUnRegister()721 if (serverId >= MAXIMUM_NUMBER_APPLICATION || serverId < 0) { in BleGattsAddService()788 if (serverId >= MAXIMUM_NUMBER_APPLICATION || serverId < 0 || in BleGattsAddCharacteristic()843 if (serverId >= MAXIMUM_NUMBER_APPLICATION || serverId < 0 || in BleGattsAddDescriptor()896 if (serverId >= MAXIMUM_NUMBER_APPLICATION || serverId < 0 || in BleGattsStartService()924 if (serverId >= MAXIMUM_NUMBER_APPLICATION || serverId < 0 || in BleGattsStopService()[all …]
30 static const uint8_t MAXIMUM_NUMBER_APPLICATION;
24 const uint8_t GattServiceBase::MAXIMUM_NUMBER_APPLICATION = 0xFF; member in OHOS::bluetooth::GattServiceBase
639 if (servers_.size() >= MAXIMUM_NUMBER_APPLICATION) { in RegisterApplicationImpl()
1066 if (clients_.size() >= MAXIMUM_NUMBER_APPLICATION) { in RegisterApplication()