Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp135 #define GATTSERVICES(x, y) g_gattServers[x].gattServices[y] macro
136 #define GATTSERVICE(x, y) GATTSERVICES(x, y).gattService
151 GattServiceWrapper &gattServiceWrapper = GATTSERVICES(serverId, serviceIndex); in AddAttribute()
167 GattServiceWrapper &gattServiceWrapper = GATTSERVICES(serverId, serviceIndex); in GetAttribute()
296 auto &gattServiceWrapper = GATTSERVICES(serverId_, i); in OnServiceAdded()
734 GATTSERVICES(serverId, i).isAdding = false; in BleGattsAddService()
906 GATTSERVICES(serverId, srvcHandle).isAdding = true; in BleGattsStartService()
936 GATTSERVICES(serverId, srvcHandle).isAdding = false; in BleGattsStopService()
974 GATTSERVICES(serverId, srvcHandle).attributes.clear(); in BleGattsDeleteService()