Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c93 ble_uuid_to_str(ctxt->chr.chr_def->uuid, buf), in esp_blufi_gatt_svr_register_cb()
94 ctxt->chr.def_handle, in esp_blufi_gatt_svr_register_cb()
95 ctxt->chr.val_handle); in esp_blufi_gatt_svr_register_cb()
118 if (ctxt->chr->flags & BLE_GATT_CHR_F_WRITE_AUTHOR) { in write_value()
174 if (ctxt->chr->flags & BLE_GATT_CHR_F_READ_AUTHOR) { in read_value()
178 ble_uuid_to_str(ctxt->chr->uuid, str); in read_value()
218 const struct ble_gatt_chr_def *chr; in init_gatt_values() local
222 for (chr = svc->characteristics; chr && chr->uuid; chr++) { in init_gatt_values()
225 gatt_values[i].ptr = (void *)chr; in init_gatt_values()
230 for (dsc = chr->descriptors; dsc && dsc->uuid; dsc++) { in init_gatt_values()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c278 const struct ble_gatt_chr *chr, void *arg) in chr_disced() argument
284 const ble_uuid_any_t *uuid = &chr->uuid; in chr_disced()
285 if (chr) { in chr_disced()
292 if (!(chr->properties & BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP)) { in chr_disced()
297 bt_mesh_gattc_info[i].data_in_handle = chr->val_handle; in chr_disced()
299 if (!(chr->properties & BLE_MESH_GATT_CHRC_NOTIFY)) { in chr_disced()
304 bt_mesh_gattc_info[i].data_out_handle = chr->val_handle; in chr_disced()