Searched refs:local_conn_cfg (Results 1 – 4 of 4) sorted by relevance
836 p_ccb->local_conn_cfg.mtu = mtu; in l2cble_process_sig_cmd()837 p_ccb->local_conn_cfg.mps = controller_get_interface()->get_acl_data_size_ble(); in l2cble_process_sig_cmd()838 p_ccb->local_conn_cfg.credits = credits; in l2cble_process_sig_cmd()
3044 mtu = p_ccb->local_conn_cfg.mtu; in l2cu_send_peer_ble_credit_based_conn_req()3045 mps = p_ccb->local_conn_cfg.mps; in l2cu_send_peer_ble_credit_based_conn_req()3046 initial_credit = p_ccb->local_conn_cfg.credits; in l2cu_send_peer_ble_credit_based_conn_req()3122 UINT16_TO_STREAM (p, p_ccb->local_conn_cfg.mtu); /* MTU */ in l2cu_send_peer_ble_credit_based_conn_res()3123 UINT16_TO_STREAM (p, p_ccb->local_conn_cfg.mps); /* MPS */ in l2cu_send_peer_ble_credit_based_conn_res()3124 UINT16_TO_STREAM (p, p_ccb->local_conn_cfg.credits); /* initial credit */ in l2cu_send_peer_ble_credit_based_conn_res()
1488 memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO)); in L2CA_ConnectLECocReq()1565 memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO)); in L2CA_ConnectLECocRsp()
281 tL2CAP_LE_CFG_INFO local_conn_cfg; /* Our config for ble conn oriented channel */ member