Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c163 uint16_t data_out_handle; /* Data Out Characteristic attribute handle */ member
246 … if ((bt_mesh_gattc_info[j].conn.handle == conn_handle) && bt_mesh_gattc_info[j].data_out_handle) { in dsc_disced()
262 …ble_gattc_disc_all_dscs(conn_handle, bt_mesh_gattc_info[j].data_out_handle, 0xffff, dsc_disced, (v… in dsc_disced()
304 bt_mesh_gattc_info[i].data_out_handle = chr->val_handle; in chr_disced()
318 … if ((bt_mesh_gattc_info[j].conn.handle == conn_handle) && bt_mesh_gattc_info[j].data_out_handle) { in chr_disced()
322 …ble_gattc_disc_all_dscs(conn_handle, bt_mesh_gattc_info[j].data_out_handle, bt_mesh_gattc_info[j].… in chr_disced()
540 if (bt_mesh_gattc_info[i].data_out_handle != event->notify_rx.attr_handle) { in disc_cb()
546 (bt_mesh_gattc_info[i].data_out_handle != event->notify_rx.attr_handle) || in disc_cb()
1778 bt_mesh_gattc_info[i].data_out_handle = 0U; in bt_mesh_gatt_deinit()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c90 uint16_t data_out_handle; /* Data Out Characteristic attribute handle */ member
1464 bt_mesh_gattc_info[i].data_out_handle = result[0].attribute_handle; in bt_mesh_bta_gattc_cb()
1473 bt_mesh_gattc_info[i].data_out_handle); in bt_mesh_bta_gattc_cb()
1484 bt_mesh_gattc_info[i].data_out_handle, &num); in bt_mesh_bta_gattc_cb()
1493 … BTA_GATTC_GetDescrByCharHandle(p_data->search_cmpl.conn_id, bt_mesh_gattc_info[i].data_out_handle, in bt_mesh_bta_gattc_cb()
1594 bt_mesh_gattc_info[i].data_out_handle != p_data->notify.handle || in bt_mesh_bta_gattc_cb()
1809 bt_mesh_gattc_info[i].data_out_handle = 0U; in bt_mesh_gatt_deinit()