Home
last modified time | relevance | path

Searched refs:max_tx_packet_size (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs63 pub max_tx_packet_size: u16, field
106 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()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_sock.h62 uint16_t max_tx_packet_size; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs154 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()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc510 cs.max_tx_packet_size = 0; // not used for RFCOMM in send_app_connect_signal()
Dbtif_sock_l2cap.cc481 cs.max_tx_packet_size = tx_mtu; in send_app_connect_signal()