Searched refs:read_proc (Results 1 – 2 of 2) sorted by relevance
556 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()
839 struct bt_gatt_read_params read_proc; member