Searched refs:GATTSERVER (Results 1 – 1 of 1) sorted by relevance
134 #define GATTSERVER(x) g_gattServers[x].gattServer macro604 if (GATTSERVER(i) == nullptr) { in BleGattsRegister()607 GATTSERVER(i) = GattServer::CreateInstance(callbackWapper); in BleGattsRegister()639 if (GATTSERVER(serverId) != nullptr) { in BleGattsUnRegister()640 GATTSERVER(serverId) = nullptr; in BleGattsUnRegister()668 return GATTSERVER(serverId)->Connect(device, true); in BleGattsConnect()692 return GATTSERVER(serverId)->CancelConnection(device); in BleGattsDisconnect()902 if (GATTSERVER(serverId) == nullptr) { in BleGattsStartService()907 GATTSERVER(serverId)->AddService(*GATTSERVICE(serverId, srvcHandle)); in BleGattsStartService()1022 if (GATTSERVER(serverId) == nullptr) { in BleGattsSendResponse()[all …]