Searched refs:EATT_MIN_MTU_MPS (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/eatt/ |
D | eatt_test.cc | 110 test_address, cid, EATT_MIN_MTU_MPS, L2CAP_CONN_OK); in ConnectDeviceEattSupported() 114 ASSERT_TRUE(channel->tx_mtu_ == EATT_MIN_MTU_MPS); in ConnectDeviceEattSupported() 158 test_address, incoming_cids, BT_PSM_EATT, EATT_MIN_MTU_MPS, 1); in ConnectDeviceBothSides() 176 test_address, cid, EATT_MIN_MTU_MPS, L2CAP_CONN_OK); in ConnectDeviceBothSides() 180 ASSERT_TRUE(channel->tx_mtu_ == EATT_MIN_MTU_MPS); in ConnectDeviceBothSides() 197 ASSERT_TRUE(channel->tx_mtu_ == EATT_MIN_MTU_MPS); in ConnectDeviceBothSides() 296 test_address, incoming_cids, BT_PSM_EATT, EATT_MIN_MTU_MPS, 1); in TEST_F() 325 test_address, incoming_cids, BT_PSM_EATT, EATT_MIN_MTU_MPS, 1); in TEST_F() 360 test_address, incoming_cids, BT_PSM_EATT, EATT_MIN_MTU_MPS, 1); in TEST_F() 383 test_address, incoming_cids, BT_PSM_EATT, EATT_MIN_MTU_MPS, 1); in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt.h | 27 #define EATT_MIN_MTU_MPS (64) macro
|
D | eatt_impl.h | 71 max_mps_ = EATT_MIN_MTU_MPS; in eatt_impl() 573 if (eatt_dev->rx_mps_ == EATT_MIN_MTU_MPS) 853 if (new_mtu <= EATT_MIN_MTU_MPS) { in reconfigure_all()
|