Home
last modified time | relevance | path

Searched refs:GATTSERVICE (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp133 #define GATTSERVICE(x, y) GATTSERVICES(x, y).gattService macro
290 if (GATTSERVICE(serverId_, i) == nullptr) {
294 if (gattServiceWrapper.isAdding && GATTSERVICE(serverId_, i)->GetUuid().Equals(Service->GetUuid())) {
727 if (GATTSERVICE(serverId, i) == nullptr) { in BleGattsAddService()
729 GATTSERVICE(serverId, i) = new GattService( in BleGattsAddService()
800 if (GATTSERVICE(serverId, srvcHandle) == nullptr) { in BleGattsAddCharacteristic()
801 HILOGE("GATTSERVICE(serverId:%{public}d, srvcHandle:%{public}u) is null!", serverId, srvcHandle); in BleGattsAddCharacteristic()
810 GATTSERVICE(serverId, srvcHandle)->AddCharacteristic(characteristic); in BleGattsAddCharacteristic()
856 if (GATTSERVICE(serverId, srvcHandle) == nullptr) { in BleGattsAddDescriptor()
857 HILOGE("GATTSERVICE(serverI in BleGattsAddDescriptor()
[all...]

Completed in 2 milliseconds