Searched defs:BT_ATT_DEFAULT_LE_MTU (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_gatt_server.py7 BT_ATT_DEFAULT_LE_MTU = 23 variable
31 def __init__(self, mtu=BT_ATT_DEFAULT_LE_MTU):
32 self.mtu = max(mtu, BT_ATT_DEFAULT_LE_MTU)
56 if client_rx_mtu < BT_ATT_DEFAULT_LE_MTU:
58 client_rx_mtu, BT_ATT_DEFAULT_LE_MTU)

Completed in 383 milliseconds