Searched refs:max_tx_packet_size (Results 1 – 5 of 5) sorted by relevance
63 pub max_tx_packet_size: u16, field106 max_tx_packet_size: u16::from_ne_bytes(max_tx_packet_size_bytes.try_into().unwrap()), in try_from()295 max_tx_packet_size: 16_u16, in test_conncomplete_parsing()318 assert_eq!(cc.max_tx_packet_size, 16_u16); in test_conncomplete_parsing()
62 uint16_t max_tx_packet_size; member
154 sock.max_tx_size = conn.max_tx_packet_size.into(); in to_connecting_socket()1109 sock.max_tx_size = cc.max_tx_packet_size.into(); in connecting_task()
510 cs.max_tx_packet_size = 0; // not used for RFCOMM in send_app_connect_signal()
481 cs.max_tx_packet_size = tx_mtu; in send_app_connect_signal()