Home
last modified time | relevance | path

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

/system/bt/stack/test/common/
Dmock_btm_layer.cc43 uint16_t btm_get_max_packet_size(const RawAddress& addr) { in btm_get_max_packet_size() function
/system/bt/stack/btm/
Dbtm_int.h130 extern uint16_t btm_get_max_packet_size(const RawAddress& addr);
Dbtm_acl.cc1663 uint16_t btm_get_max_packet_size(const RawAddress& addr) { in btm_get_max_packet_size() function
/system/bt/stack/rfcomm/
Dport_utils.cc146 packet_size = btm_get_max_packet_size(p_port->bd_addr); in port_select_mtu()
/system/bt/stack/l2cap/
Dl2c_utils.cc2490 packet_size = btm_get_max_packet_size(p_ccb->p_lcb->remote_bd_addr); in l2cu_adjust_out_mps()