Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c139 uint16_t ccc_handle; /* Data Out Characteristic CCC attribute handle */ member
157 … if ((bt_mesh_gattc_info[j].conn.handle == conn_handle) && bt_mesh_gattc_info[j].ccc_handle) { in ble_on_subscribe()
165 if (bt_mesh_gattc_info[i].ccc_handle != attr->handle) { in ble_on_subscribe()
197 …ble_gattc_write_flat(conn_handle, bt_mesh_gattc_info[i].ccc_handle, value, sizeof(value), ble_on_s… in ble_on_subscribe()
210 if (bt_mesh_gattc_info[i].ccc_handle == 0 && dsc && in dsc_disced()
212 bt_mesh_gattc_info[i].ccc_handle = dsc->handle; in dsc_disced()
228 … if ((bt_mesh_gattc_info[j].conn.handle == conn_handle) && bt_mesh_gattc_info[j].ccc_handle) { in dsc_disced()
235 …ble_gattc_write_flat(conn_handle, bt_mesh_gattc_info[i].ccc_handle, value, sizeof(value), ble_on_s… in dsc_disced()
1736 bt_mesh_gattc_info[i].ccc_handle = 0U; in bt_mesh_gatt_deinit()
/hal_espressif-3.6.0/components/esp_hid/private/
Desp_hidd_private.h44 uint16_t ccc_handle; // obtained once all attributes are registered member
Desp_hidh_private.h46 uint16_t ccc_handle; //handle to client config member
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidh.c187 report->ccc_handle = 0; in read_device_services()
229 report->ccc_handle = dhandle; in read_device_services()
322 if (report->ccc_handle) { in attach_report_listeners()
324 …write_char_descr(gattc_if, dev->ble.conn_id, report->ccc_handle, 2, (uint8_t *)&ccc_data, ESP_GATT… in attach_report_listeners()
617 … report->report_id, report->value_len, report->permissions, report->handle, report->ccc_handle); in esp_ble_hidh_dev_dump()
Dble_hidd.c348 rpt->ccc_handle = handles[rpt->index + 1]; in link_report_handles()
359 if (rpt->handle == handle || rpt->ccc_handle == handle) { in get_report_by_handle()
532 if (param->write.handle == map->ccc_handle) { in hid_event_handler()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c91 uint16_t ccc_handle; /* Data Out Characteristic CCC attribute handle */ member
1477 bt_mesh_gattc_info[i].ccc_handle = result[0].attribute_handle; in bt_mesh_bta_gattc_cb()
1512 if (bt_mesh_gattc_info[i].ccc_handle != p_data->write.handle) { in bt_mesh_bta_gattc_cb()
1768 bt_mesh_gattc_info[i].ccc_handle = 0U; in bt_mesh_gatt_deinit()