Home
last modified time | relevance | path

Searched defs:num_packets (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_usb.c1716 uint16_t num_packets; in USB_HC_StartXfer() local
1920 uint32_t num_packets = 1U; in USB_DoPing() local
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usb.c1529 uint16_t num_packets; in USB_HC_StartXfer() local
1706 uint32_t num_packets = 1U; in USB_DoPing() local
/btstack/src/classic/
H A Davdtp.h494 uint16_t num_packets; member
H A Davrcp.h563 uint8_t num_packets; member
/btstack/src/
H A Dhci.c3702 uint16_t num_packets = little_endian_read_16(packet, offset); in event_handler() local
10440 void hci_set_num_iso_packets_to_queue(uint8_t num_packets){ in hci_set_num_iso_packets_to_queue()