Searched refs:cfg_req (Results 1 – 1 of 1) sorted by relevance
153 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in ConnectServerL2cap() local155 ConfigRequest(lcid, PointerMemoryEqual(&cfg_req))) in ConnectServerL2cap()162 cfg_req.mtu_present = false; in ConnectServerL2cap()163 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(lcid, &cfg_req); in ConnectServerL2cap()168 ConfigResponse(lcid, PointerMemoryEqual(&cfg_req))) in ConnectServerL2cap()170 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in ConnectServerL2cap()295 tL2CAP_CFG_INFO cfg_req = {.mtu_present = true, .mtu = L2CAP_MTU_SIZE}; in TestConnectClientPortL2cap() local297 ConfigRequest(lcid, PointerMemoryEqual(&cfg_req))) in TestConnectClientPortL2cap()303 cfg_req.mtu_present = false; in TestConnectClientPortL2cap()304 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(lcid, &cfg_req); in TestConnectClientPortL2cap()[all …]