Searched refs:SOFTBUS_DESCRIPTOR_CONFIGURE_UUID (Results 1 – 3 of 3) sorted by relevance
389 .uuid = (char *)SOFTBUS_DESCRIPTOR_CONFIGURE_UUID, in GattcGetServiceAndRegisterNotification()390 .uuidLen = strlen(SOFTBUS_DESCRIPTOR_CONFIGURE_UUID), in GattcGetServiceAndRegisterNotification()546 .uuid = (char *)SOFTBUS_DESCRIPTOR_CONFIGURE_UUID, in NotificatedConnHandler()547 .uuidLen = strlen(SOFTBUS_DESCRIPTOR_CONFIGURE_UUID), in NotificatedConnHandler()
389 .uuid = SOFTBUS_DESCRIPTOR_CONFIGURE_UUID, in BleCharacteristicAddMsgHandler()390 .uuidLen = strlen(SOFTBUS_DESCRIPTOR_CONFIGURE_UUID), in BleCharacteristicAddMsgHandler()440 if (ctx->uuid.uuidLen != strlen(SOFTBUS_DESCRIPTOR_CONFIGURE_UUID) || in BleDescriptorAddMsgHandler()441 memcmp(ctx->uuid.uuid, SOFTBUS_DESCRIPTOR_CONFIGURE_UUID, ctx->uuid.uuidLen) != 0) { in BleDescriptorAddMsgHandler()
35 #define SOFTBUS_DESCRIPTOR_CONFIGURE_UUID "00002902-0000-1000-8000-00805F9B34FB" macro