Searched refs:cuuid (Results 1 – 1 of 1) sorted by relevance
97 uint16_t suuid, cuuid, duuid; in read_device_services() local131 cuuid = char_result[c].uuid.uuid.uuid16; in read_device_services()133 …R:(%d), handle: %d, perm: 0x%02x, uuid: 0x%04x", c + 1, chandle, char_result[c].properties, cuuid); in read_device_services()136 …if (dev->config.device_name == NULL && cuuid == 0x2a00 && (char_result[c].properties & ESP_GATT_CH… in read_device_services()144 …if (cuuid == ESP_GATT_UUID_BATTERY_LEVEL && (char_result[c].properties & ESP_GATT_CHAR_PROP_BIT_RE… in read_device_services()151 if (cuuid == ESP_GATT_UUID_PNP_ID) { in read_device_services()158 } else if (cuuid == ESP_GATT_UUID_MANU_NAME) { in read_device_services()162 } else if (cuuid == ESP_GATT_UUID_SERIAL_NUMBER_STR) { in read_device_services()170 if (cuuid == ESP_GATT_UUID_HID_REPORT_MAP) { in read_device_services()178 …else if (cuuid == ESP_GATT_UUID_HID_BT_KB_INPUT || cuuid == ESP_GATT_UUID_HID_BT_KB_OUTPUT || cuui… in read_device_services()[all …]