/btstack/test/gatt_service_server/ |
H A D | bond_management_service_server_test.cpp | 87 …int response = mock_att_service_write_callback(con_handle, bm_control_point_value_handle, ATT_TRAN… in TEST_GROUP() local 105 uint8_t response[10]; in TEST() local 121 uint8_t response[10]; in TEST() local 132 uint8_t response[10]; in TEST() local 143 uint8_t response[10]; in TEST() local 158 int response; in TEST() local
|
H A D | device_information_service_server_test.cpp | 93 uint8_t response[8]; in TEST() local 118 uint8_t response[8]; in TEST() local
|
H A D | heart_rate_service_server_test.cpp | 60 uint8_t response[2]; in TEST() local
|
H A D | tx_power_service_server_test.cpp | 57 uint8_t response[1]; in TEST() local
|
H A D | battery_service_server_test.cpp | 110 uint8_t response[2]; in TEST() local
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | chap_ms.c | 251 const unsigned char *challenge, const unsigned char *response, in chapms_verify_response() 299 const unsigned char *challenge, const unsigned char *response, in chapms2_verify_response() 374 static void chapms_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_nam… in chapms_make_response() 385 static void chapms2_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_na… in chapms2_make_response() 613 unsigned char *response) { in ChapMS_LANMan() 839 unsigned char *response) { in ChapMS() 874 const char *user, const char *secret, int secret_len, unsigned char *response, in ChapMS2()
|
H A D | chap-md5.c | 63 const unsigned char *challenge, const unsigned char *response, in chap_md5_verify_response() 95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_n… in chap_md5_make_response()
|
H A D | chap-new.c | 285 const unsigned char *response; local 413 const unsigned char *challenge, const unsigned char *response,
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_mmc.c | 2376 uint32_t response = 0U, busy = 0U; in HAL_MMC_ConfigWideBusOperation() local 3124 uint32_t response = 0U, validvoltage = 0U; in MMC_PowerON() local 3382 uint32_t response, count; in MMC_HighSpeed() local 3466 uint32_t response, count; in MMC_DDR_Mode() local
|
H A D | stm32l4xx_hal_sd.c | 3411 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_mmc.c | 2168 uint32_t response = 0U, busy = 0U; in HAL_MMC_ConfigWideBusOperation() local 2729 uint32_t response = 0U, validvoltage = 0U; in MMC_PowerON() local
|
H A D | stm32f4xx_hal_sd.c | 2786 uint32_t response = 0U, validvoltage = 0U; in SD_PowerON() local
|
/btstack/src/classic/ |
H A D | avrcp_browsing_target.c | 553 …cp_browsing_cid, uint16_t uid_counter, uint16_t browsed_player_id, uint8_t * response, uint16_t re… in avrcp_browsing_target_send_accept_set_browsed_player()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 189 uint8_t * response = &response_buffer[PREBUFFER_SIZE]; in l2cap_send_prepared_connectionless() local
|
/btstack/test/gatt_server/ |
H A D | mock.c | 201 uint8_t response[max_mtu]; in l2cap_send_prepared_connectionless() local
|