Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/esp_hid/src/
Dble_hidh.c127 esp_gattc_char_elem_t char_result[20]; in read_device_services() local
129 …conn_id, service_result[s].start_handle, service_result[s].end_handle, char_result, &ccount, 0) ==… in read_device_services()
131 cuuid = char_result[c].uuid.uuid.uuid16; in read_device_services()
132 chandle = char_result[c].char_handle; in read_device_services()
133 …" CHAR:(%d), handle: %d, perm: 0x%02x, uuid: 0x%04x", c + 1, chandle, char_result[c].properties, … 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()
150 if (char_result[c].properties & ESP_GATT_CHAR_PROP_BIT_READ) { in read_device_services()
171 if (char_result[c].properties & ESP_GATT_CHAR_PROP_BIT_READ) { in read_device_services()
185 report->permissions = char_result[c].properties; in read_device_services()
[all …]
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1070 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_expl_rpt() local
1087 &char_result, in bta_hh_le_expl_rpt()
1092 p_char_id = &char_result; in bta_hh_le_expl_rpt()
1585 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_search_hid_included() local
1607 &char_result, in bta_hh_le_search_hid_included()
1611 char_result.srvc_id.id.inst_id, in bta_hh_le_search_hid_included()
1613 char_result.char_id.inst_id, in bta_hh_le_search_hid_included()
1620 &char_result, in bta_hh_le_search_hid_included()
1666 tBTA_GATTC_CHAR_ID char_result; in bta_hh_le_search_hid_chars() local
1697 &char_result, in bta_hh_le_search_hid_chars()
[all …]
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c257 esp_gattc_char_elem_t *char_result = (esp_gattc_char_elem_t *)result; in btc_gattc_fill_gatt_db_conversion() local
259 char_result->char_handle = db[offset + i].attribute_handle; in btc_gattc_fill_gatt_db_conversion()
260 char_result->properties = db[offset + i].properties; in btc_gattc_fill_gatt_db_conversion()
262 bta_to_btc_uuid(&char_result->uuid, &bta_uuid); in btc_gattc_fill_gatt_db_conversion()
263 char_result++; in btc_gattc_fill_gatt_db_conversion()