Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc55 static tGATT_TCB test_tcb; variable
62 return &test_tcb; in gatt_find_tcb_by_addr()
125 ASSERT_TRUE(test_tcb.eatt == num_of_accepted_connections); in ConnectDeviceEattSupported()
200 ASSERT_EQ(test_tcb.eatt, in ConnectDeviceBothSides()
207 ASSERT_TRUE(test_tcb.eatt == 0); in DisconnectEattByPeer()
214 ASSERT_TRUE(test_tcb.eatt == 0); in DisconnectEattDevice()
229 memset(&test_tcb, 0, sizeof(test_tcb)); in SetUp()