Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidh.c105 esp_gattc_service_elem_t service_result[10]; in read_device_services() local
108 …if (esp_ble_gattc_get_service(gattc_if, dev->ble.conn_id, NULL, service_result, &dcount, 0) == ESP… in read_device_services()
117 suuid = service_result[s].uuid.uuid.uuid16; in read_device_services()
118 …handle %d, uuid: 0x%04x", s, service_result[s].is_primary ? " PRIMARY" : "", service_result[s].sta… in read_device_services()
129 …p_ble_gattc_get_all_char(gattc_if, dev->ble.conn_id, service_result[s].start_handle, service_resul… in read_device_services()