Lines Matching full:uuid
43 .uuid = BLE_UUID16_DECLARE(GATT_HRS_UUID),
46 .uuid = BLE_UUID16_DECLARE(GATT_HRS_MEASUREMENT_UUID),
52 .uuid = BLE_UUID16_DECLARE(GATT_HRS_BODY_SENSOR_LOC_UUID),
63 .uuid = BLE_UUID16_DECLARE(GATT_DEVICE_INFO_UUID),
66 .uuid = BLE_UUID16_DECLARE(GATT_MANUFACTURER_NAME_UUID),
71 .uuid = BLE_UUID16_DECLARE(GATT_MODEL_NUMBER_UUID),
90 uint16_t uuid; in gatt_svr_chr_access_heart_rate() local
93 uuid = ble_uuid_u16(ctxt->chr->uuid); in gatt_svr_chr_access_heart_rate()
95 if (uuid == GATT_HRS_BODY_SENSOR_LOC_UUID) { in gatt_svr_chr_access_heart_rate()
109 uint16_t uuid; in gatt_svr_chr_access_device_info() local
112 uuid = ble_uuid_u16(ctxt->chr->uuid); in gatt_svr_chr_access_device_info()
114 if (uuid == GATT_MODEL_NUMBER_UUID) { in gatt_svr_chr_access_device_info()
119 if (uuid == GATT_MANUFACTURER_NAME_UUID) { in gatt_svr_chr_access_device_info()
136 ble_uuid_to_str(ctxt->svc.svc_def->uuid, buf), in gatt_svr_register_cb()
143 ble_uuid_to_str(ctxt->chr.chr_def->uuid, buf), in gatt_svr_register_cb()
150 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in gatt_svr_register_cb()