Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c389 .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()
H A Dsoftbus_conn_ble_server.c389 .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()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h35 #define SOFTBUS_DESCRIPTOR_CONFIGURE_UUID "00002902-0000-1000-8000-00805F9B34FB" macro