Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c186 struct bt_gatt_chrc *gatt_chrc; in discover_func() local
205 gatt_chrc = attr->user_data; in discover_func()
206 bt_uuid_to_str(gatt_chrc->uuid, str, sizeof(str)); in discover_func()
209 print_chrc_props(gatt_chrc->properties); in discover_func()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c1927 struct gatt_chrc { struct
1958 struct gatt_chrc pdu; in bt_gatt_attr_read_chrc()
4145 struct gatt_chrc *chrc = (void *)data->value; in parse_characteristic()