Searched refs:GATTSERVICES (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 132 #define GATTSERVICES(x, y) g_gattServers[x].gattServices[y] macro 133 #define GATTSERVICE(x, y) GATTSERVICES(x, y).gattService 148 GattServiceWrapper &gattServiceWrapper = GATTSERVICES(serverId, serviceIndex); in AddAttribute() 164 GattServiceWrapper &gattServiceWrapper = GATTSERVICES(serverId, serviceIndex); in GetAttribute() 293 auto &gattServiceWrapper = GATTSERVICES(serverId_, i); 731 GATTSERVICES(serverId, i).isAdding = false; in BleGattsAddService() 903 GATTSERVICES(serverId, srvcHandle).isAdding = true; in BleGattsStartService() 933 GATTSERVICES(serverId, srvcHandle).isAdding = false; in BleGattsStopService() 971 GATTSERVICES(serverId, srvcHandle).attributes.clear(); in BleGattsDeleteService()
|
Completed in 3 milliseconds