Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_utils.c3103 mtu = p_ccb->local_conn_cfg.mtu; in l2cu_send_peer_ble_credit_based_conn_req()
3104 mps = p_ccb->local_conn_cfg.mps; in l2cu_send_peer_ble_credit_based_conn_req()
3105 initial_credit = p_ccb->local_conn_cfg.credits; in l2cu_send_peer_ble_credit_based_conn_req()
3181 UINT16_TO_STREAM (p, p_ccb->local_conn_cfg.mtu); /* MTU */ in l2cu_send_peer_ble_credit_based_conn_res()
3182 UINT16_TO_STREAM (p, p_ccb->local_conn_cfg.mps); /* MPS */ in l2cu_send_peer_ble_credit_based_conn_res()
3183 UINT16_TO_STREAM (p, p_ccb->local_conn_cfg.credits); /* initial credit */ in l2cu_send_peer_ble_credit_based_conn_res()
Dl2c_api.c516 memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO)); in L2CA_ConnectLECocReq()
592 memcpy(&p_ccb->local_conn_cfg, p_cfg, sizeof(tL2CAP_LE_CFG_INFO)); in L2CA_ConnectLECocRsp()
Dl2c_int.h277 tL2CAP_LE_CFG_INFO local_conn_cfg; /* Our config for ble conn oriented channel */ member
Dl2c_fcr.c833 if (p_buf->len > p_ccb->local_conn_cfg.mps) in l2c_lcc_proc_pdu()
844 if (sdu_length > p_ccb->local_conn_cfg.mtu) in l2c_lcc_proc_pdu()