Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c100 ble_uuid_to_str(ctxt->dsc.dsc_def->uuid, buf), in esp_blufi_gatt_svr_register_cb()
101 ctxt->dsc.handle); in esp_blufi_gatt_svr_register_cb()
122 if (ctxt->dsc->att_flags & BLE_ATT_F_WRITE_AUTHOR) { in write_value()
180 if (ctxt->dsc->att_flags & BLE_ATT_F_READ_AUTHOR) { in read_value()
184 ble_uuid_to_str(ctxt->dsc->uuid, str); in read_value()
219 const struct ble_gatt_dsc_def *dsc; in init_gatt_values() local
230 for (dsc = chr->descriptors; dsc && dsc->uuid; dsc++) { in init_gatt_values()
233 gatt_values[i].ptr = (void *)dsc; in init_gatt_values()
248 const struct ble_gatt_dsc_def *dsc; in deinit_gatt_values() local
258 for (dsc = chr->descriptors; dsc && dsc->uuid; dsc++) { in deinit_gatt_values()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c227 uint16_t chr_val_handle, const struct ble_gatt_dsc *dsc, in dsc_disced() argument
235 if (bt_mesh_gattc_info[i].ccc_handle == 0 && dsc && in dsc_disced()
236 BLE_UUID16(&dsc->uuid)->value == BLE_MESH_UUID_GATT_CCC_VAL) { in dsc_disced()
237 bt_mesh_gattc_info[i].ccc_handle = dsc->handle; in dsc_disced()