Searched refs:ACL_MAX_FRAME_SIZE (Results 1 – 2 of 2) sorted by relevance
24 #define ACL_MAX_FRAME_SIZE 1029 // (1024 + 4 bytes for the ACL header + 1 byte packet indicator) macro187 uint8_t buf[ACL_MAX_FRAME_SIZE]; in hci_handle_acl_read_events()219 uint8_t buf[ACL_MAX_FRAME_SIZE]; in hci_handle_uart_read_events()
32 #define ACL_MAX_FRAME_SIZE 1028 // (1024 + 4 bytes for the ACL header) macro346 uint8_t buf[ACL_MAX_FRAME_SIZE]; in hci_handle_acl_read_events()669 status = usb_request_alloc(&req, ACL_MAX_FRAME_SIZE, bulk_in_addr, req_size); in hci_bind()678 status = usb_request_alloc(&req, ACL_MAX_FRAME_SIZE, bulk_out_addr, req_size); in hci_bind()
Completed in 8 milliseconds