Searched refs:obj_data_buf (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/bluetooth/central_otc/src/ |
D | main.c | 35 static unsigned char obj_data_buf[OBJ_MAX_SIZE]; variable 136 (void)memset(obj_data_buf, 0, size_to_write); in otc_btn_work_fn() 139 obj_data_buf[idx] = UINT8_MAX - (idx % UINT8_MAX); in otc_btn_work_fn() 142 last_checksum = bt_ots_client_calc_checksum(obj_data_buf, size_to_write); in otc_btn_work_fn() 144 err = bt_ots_client_write_object_data(&otc, default_conn, obj_data_buf, in otc_btn_work_fn() 568 (void)memset(obj_data_buf, 0, OBJ_MAX_SIZE); in on_obj_selected() 581 (void)memcpy((obj_data_buf + offset), data_p, MIN((OBJ_MAX_SIZE - offset), len)); in on_obj_data_read() 586 print_hex_number(obj_data_buf, len + offset); in on_obj_data_read() 587 (void)memset(obj_data_buf, 0, OBJ_MAX_SIZE); in on_obj_data_read()
|