Lines Matching refs:opcode
55 static uint16_t obex_parser_param_size_for_request(uint8_t opcode){ in obex_parser_param_size_for_request() argument
56 switch (opcode) { in obex_parser_param_size_for_request()
66 static uint16_t obex_parser_param_size_for_response(uint8_t opcode){ in obex_parser_param_size_for_response() argument
67 switch (opcode) { in obex_parser_param_size_for_response()
87 void obex_parser_init_for_response(obex_parser_t * obex_parser, uint8_t opcode, obex_parser_callbac… in obex_parser_init_for_response() argument
90 obex_parser->opcode = opcode; in obex_parser_init_for_response()
99 obex_parser->opcode = *data_buffer; in obex_parser_process_data()
101 obex_parser->item_len = obex_parser_param_size_for_request(obex_parser->opcode); in obex_parser_process_data()
107 obex_parser->item_len = obex_parser_param_size_for_response(obex_parser->opcode); in obex_parser_process_data()
231 obex_operation_info->opcode = obex_parser->opcode; in obex_parser_get_operation_info()
233 switch (obex_parser->opcode){ in obex_parser_get_operation_info()