Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c164 uint16_t ccc_handle; /* Data Out Characteristic CCC attribute handle */ member
182 … if ((bt_mesh_gattc_info[j].conn.handle == conn_handle) && bt_mesh_gattc_info[j].ccc_handle) { in ble_on_subscribe()
190 if (bt_mesh_gattc_info[i].ccc_handle != attr->handle) { in ble_on_subscribe()
222 …ble_gattc_write_flat(conn_handle, bt_mesh_gattc_info[i].ccc_handle, value, sizeof(value), ble_on_s… in ble_on_subscribe()
235 if (bt_mesh_gattc_info[i].ccc_handle == 0 && dsc && in dsc_disced()
237 bt_mesh_gattc_info[i].ccc_handle = dsc->handle; in dsc_disced()
253 … if ((bt_mesh_gattc_info[j].conn.handle == conn_handle) && bt_mesh_gattc_info[j].ccc_handle) { in dsc_disced()
260 …ble_gattc_write_flat(conn_handle, bt_mesh_gattc_info[i].ccc_handle, value, sizeof(value), ble_on_s… in dsc_disced()
1779 bt_mesh_gattc_info[i].ccc_handle = 0U; in bt_mesh_gatt_deinit()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c91 uint16_t ccc_handle; /* Data Out Characteristic CCC attribute handle */ member
1506 bt_mesh_gattc_info[i].ccc_handle = result[0].attribute_handle; in bt_mesh_bta_gattc_cb()
1541 if (bt_mesh_gattc_info[i].ccc_handle != p_data->write.handle) { in bt_mesh_bta_gattc_cb()
1810 bt_mesh_gattc_info[i].ccc_handle = 0U; in bt_mesh_gatt_deinit()