Home
last modified time | relevance | path

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

/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc152 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in ConnectServerL2cap() local
154 ConfigRequest(lcid, PointerMemoryEqual(&cfg_req))) in ConnectServerL2cap()
161 cfg_req.mtu_present = false; in ConnectServerL2cap()
167 ConfigResponse(lcid, PointerMemoryEqual(&cfg_req))) in ConnectServerL2cap()
169 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in ConnectServerL2cap()
294 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TestConnectClientPortL2cap() local
296 ConfigRequest(lcid, PointerMemoryEqual(&cfg_req))) in TestConnectClientPortL2cap()
302 cfg_req.mtu_present = false; in TestConnectClientPortL2cap()
309 ConfigResponse(lcid, PointerMemoryEqual(&cfg_req))) in TestConnectClientPortL2cap()
316 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in TestConnectClientPortL2cap()