Searched refs:chr (Results 1 – 2 of 2) sorted by relevance
93 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() local222 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 …]
278 const struct ble_gatt_chr *chr, void *arg) in chr_disced() argument284 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()