Home
last modified time | relevance | path

Searched refs:response_code (Results 1 – 13 of 13) sorted by relevance

/btstack/src/classic/
H A Dbnep.c240 static int bnep_send_connection_response(bnep_channel_t *channel, uint16_t response_code) in bnep_send_connection_response() argument
258 big_endian_store_16(bnep_out_buffer, pos, response_code); in bnep_send_connection_response()
307 static int bnep_send_filter_net_type_response(bnep_channel_t *channel, uint16_t response_code) in bnep_send_filter_net_type_response() argument
325 big_endian_store_16(bnep_out_buffer, pos, response_code); in bnep_send_filter_net_type_response()
375 static int bnep_send_filter_multi_addr_response(bnep_channel_t *channel, uint16_t response_code) in bnep_send_filter_multi_addr_response() argument
393 big_endian_store_16(bnep_out_buffer, pos, response_code); in bnep_send_filter_multi_addr_response()
820 uint16_t response_code = BNEP_SETUP_CONNECTION_RESPONSE_SUCCESS; in bnep_handle_connection_request() local
846 response_code = BNEP_SETUP_CONNECTION_RESPONSE_INVALID_SERVICE_UUID_SIZE; in bnep_handle_connection_request()
854 response_code = BNEP_SETUP_CONNECTION_RESPONSE_INVALID_DEST_UUID; in bnep_handle_connection_request()
858 response_code = BNEP_SETUP_CONNECTION_RESPONSE_INVALID_SOURCE_UUID; in bnep_handle_connection_request()
[all …]
H A Dobex_parser.h94 uint8_t response_code; member
109 uint8_t response_code; member
H A Dobex_message_builder.c178 …sage_builder_response_create_general(uint8_t * buffer, uint16_t buffer_len, uint8_t response_code){ in obex_message_builder_response_create_general() argument
179 return obex_message_builder_packet_init(buffer, buffer_len, response_code); in obex_message_builder_response_create_general()
182 …message_builder_response_update_code(uint8_t * buffer, uint16_t buffer_len, uint8_t response_code){ in obex_message_builder_response_update_code() argument
184 buffer[0] = response_code; in obex_message_builder_response_update_code()
H A Dobex_message_builder.h100 …sage_builder_response_create_general(uint8_t * buffer, uint16_t buffer_len, uint8_t response_code);
109 …message_builder_response_update_code(uint8_t * buffer, uint16_t buffer_len, uint8_t response_code);
H A Dobex_parser.c105 obex_parser->response_code = *data_buffer; in obex_parser_process_data()
232 obex_operation_info->response_code = obex_parser->response_code; in obex_parser_get_operation_info()
H A Dgoep_server.h232 uint8_t goep_server_execute(uint16_t goep_cid, uint8_t response_code);
H A Dpbap_client.c905 switch (op_info.response_code) { in pbap_packet_handler_goep()
928 switch (op_info.response_code) { in pbap_packet_handler_goep()
951 switch (op_info.response_code) { in pbap_packet_handler_goep()
977 switch (op_info.response_code) { in pbap_packet_handler_goep()
993 switch (op_info.response_code) { in pbap_packet_handler_goep()
1022 switch (op_info.response_code) { in pbap_packet_handler_goep()
H A Dbnep.h125 …uint16_t response_code; // response code of last action (temp. storage for state mac… member
H A Davrcp_cover_art_client.c321 switch (op_info.response_code) { in avrcp_cover_art_client_goep_data_handler()
342 switch (op_info.response_code) { in avrcp_cover_art_client_goep_data_handler()
H A Dgoep_server.c709 uint8_t goep_server_execute(uint16_t goep_cid, uint8_t response_code){ in goep_server_execute() argument
721 buffer[0] = response_code; in goep_server_execute()
/btstack/3rd-party/lwip/core/src/apps/smtp/
H A Dsmtp.c1268 u16_t response_code = 0; in smtp_process() local
1303 response_code = smtp_is_response(s); in smtp_process()
1304 if (response_code) { in smtp_process()
1305 LWIP_DEBUGF(SMTP_DEBUG_TRACE, ("smtp_process: received response code: %d\n", response_code)); in smtp_process()
1307 …WIP_DEBUGF(SMTP_DEBUG_TRACE, ("smtp_process: partly received response code: %d\n", response_code)); in smtp_process()
1325 if (response_code == 220) { in smtp_process()
1332 if (response_code == 250) { in smtp_process()
1341 if (response_code == 235) { in smtp_process()
1350 if (response_code == 334) { in smtp_process()
1359 if (response_code == 334) { in smtp_process()
[all …]
/btstack/test/obex/
H A Dobex_parser_test.cpp119 CHECK_EQUAL(OBEX_RESP_SUCCESS, op_info.response_code); in TEST()
/btstack/src/
H A Dl2cap.c1886 uint8_t response_code = l2cap_signaling_responses[0].code; in l2cap_run_signaling_response() local
1908 switch (response_code){ in l2cap_run_signaling_response()