Home
last modified time | relevance | path

Searched defs:response_len (Results 1 – 12 of 12) sorted by relevance

/btstack/test/gatt_service_server/
H A Dbond_management_service_server_test.cpp106 uint16_t response_len; in TEST() local
122 uint16_t response_len; in TEST() local
133 uint16_t response_len; in TEST() local
144 uint16_t response_len; in TEST() local
H A Ddevice_information_service_server_test.cpp94 uint16_t response_len; in TEST() local
119 uint16_t response_len; in TEST() local
H A Dheart_rate_service_server_test.cpp61 uint16_t response_len; in TEST() local
H A Dtx_power_service_server_test.cpp58 uint16_t response_len; in TEST() local
H A Dbattery_service_server_test.cpp111 uint16_t response_len; in TEST() local
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap-md5.c68 int challenge_len, response_len; in chap_md5_verify_response() local
H A Dchap_ms.c255 int challenge_len, response_len; in chapms_verify_response() local
303 int challenge_len, response_len; in chapms2_verify_response() local
H A Dchap-new.c284 int response_len, ok, mlen; local
/btstack/test/gatt_client/
H A Dmock.c190 …uint16_t response_len = att_handle_request(&att_connection, l2cap_get_outgoing_buffer(), len, resp… in l2cap_send_prepared_connectionless() local
/btstack/test/gatt_server/
H A Dmock.c202 …uint16_t response_len = att_handle_request(&att_connection, l2cap_get_outgoing_buffer(), len, &res… in l2cap_send_prepared_connectionless() local
/btstack/src/ble/
H A Datt_db.c1359 uint16_t response_len = 0; in att_handle_request() local
/btstack/src/classic/
H A Davrcp_controller.c128 …_prepare_custom_command_response(avrcp_connection_t * connection, uint16_t response_len, uint8_t *… in avrcp_controller_prepare_custom_command_response()