Lines Matching refs:by_uuid
4724 const uint16_t req_start_handle = params->by_uuid.start_handle;
4725 const uint16_t req_end_handle = params->by_uuid.end_handle;
4756 params->by_uuid.start_handle = handle;
4769 if (params->by_uuid.start_handle == params->by_uuid.end_handle) {
4774 params->by_uuid.start_handle++;
4857 req->start_handle = sys_cpu_to_le16(params->by_uuid.start_handle);
4858 req->end_handle = sys_cpu_to_le16(params->by_uuid.end_handle);
4860 if (params->by_uuid.uuid->type == BT_UUID_TYPE_16) {
4861 net_buf_add_le16(buf, BT_UUID_16(params->by_uuid.uuid)->val);
4863 net_buf_add_mem(buf, BT_UUID_128(params->by_uuid.uuid)->val, 16);
4872 LOG_DBG("start_handle 0x%04x end_handle 0x%04x uuid %s", params->by_uuid.start_handle,
4873 params->by_uuid.end_handle, bt_uuid_str(params->by_uuid.uuid));