Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_client.c539 otc_inst->read_proc.func = read_feature_cb; in bt_ots_client_read_feature()
540 otc_inst->read_proc.handle_count = 1; in bt_ots_client_read_feature()
541 otc_inst->read_proc.single.handle = otc_inst->feature_handle; in bt_ots_client_read_feature()
542 otc_inst->read_proc.single.offset = 0U; in bt_ots_client_read_feature()
544 err = bt_gatt_read(conn, &otc_inst->read_proc); in bt_ots_client_read_feature()
1082 inst->otc_inst->read_proc.func = cb; in read_attr()
1083 inst->otc_inst->read_proc.handle_count = 1; in read_attr()
1084 inst->otc_inst->read_proc.single.handle = handle; in read_attr()
1085 inst->otc_inst->read_proc.single.offset = 0; in read_attr()
1087 return bt_gatt_read(conn, &inst->otc_inst->read_proc); in read_attr()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h839 struct bt_gatt_read_params read_proc; member