Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c556 otc_inst->read_proc.func = read_feature_cb; in bt_ots_client_read_feature()
557 otc_inst->read_proc.handle_count = 1; in bt_ots_client_read_feature()
558 otc_inst->read_proc.single.handle = otc_inst->feature_handle; in bt_ots_client_read_feature()
559 otc_inst->read_proc.single.offset = 0U; in bt_ots_client_read_feature()
561 err = bt_gatt_read(conn, &otc_inst->read_proc); in bt_ots_client_read_feature()
1101 inst->otc_inst->read_proc.func = cb; in read_attr()
1102 inst->otc_inst->read_proc.handle_count = 1; in read_attr()
1103 inst->otc_inst->read_proc.single.handle = handle; in read_attr()
1104 inst->otc_inst->read_proc.single.offset = 0; in read_attr()
1106 return bt_gatt_read(conn, &inst->otc_inst->read_proc); in read_attr()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h839 struct bt_gatt_read_params read_proc; member