Searched refs:GATTSERVICE (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 136 #define GATTSERVICE(x, y) GATTSERVICES(x, y).gattService macro 293 if (GATTSERVICE(serverId_, i) == nullptr) { in OnServiceAdded() 730 if (GATTSERVICE(serverId, i) == nullptr) { in BleGattsAddService() 732 GATTSERVICE(serverId, i) = new GattService( in BleGattsAddService() 803 if (GATTSERVICE(serverId, srvcHandle) == nullptr) { in BleGattsAddCharacteristic() 813 GATTSERVICE(serverId, srvcHandle)->AddCharacteristic(characteristic); in BleGattsAddCharacteristic() 859 if (GATTSERVICE(serverId, srvcHandle) == nullptr) { in BleGattsAddDescriptor() 907 GATTSERVER(serverId)->AddService(*GATTSERVICE(serverId, srvcHandle)); in BleGattsStartService() 937 GATTSERVER(serverId)->RemoveGattService(*GATTSERVICE(serverId, srvcHandle)); in BleGattsStopService() 972 delete GATTSERVICE(serverId, srvcHandle); in BleGattsDeleteService() [all …]
|