/external/bluetooth/bluedroid/stack/avdt/ |
avdt_l2c.c | 105 cfg.mtu_present = TRUE; 148 cfg.mtu_present = TRUE; 256 cfg.mtu_present = TRUE; 298 cfg.mtu_present = TRUE; 396 if (p_cfg->mtu_present)
|
/external/bluetooth/bluedroid/stack/avct/ |
avct_l2c.c | 154 cfg.mtu_present = TRUE; 197 cfg.mtu_present = TRUE; 296 if (p_cfg->mtu_present)
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_mx_fsm.c | 565 cfg.mtu_present = TRUE; 635 if (p_cfg->mtu_present) 640 p_cfg->mtu_present = FALSE;
|
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_main.c | 86 sdp_cb.l2cap_my_cfg.mtu_present = TRUE; 318 if (!p_cfg->mtu_present) 333 p_cfg->mtu_present = FALSE;
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_main.c | 84 bnep_cb.l2cap_my_cfg.mtu_present = TRUE; 229 if ((!p_cfg->mtu_present) || (p_cfg->mtu < BNEP_MIN_MTU_SIZE)) 233 p_cfg->mtu_present = TRUE; 246 p_cfg->mtu_present = FALSE;
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_l2c.c | 412 if (p_cfg->mtu_present) 424 MCA_TRACE_DEBUG3("peer_mtu: %d, lcid: x%x mtu_present:%d",p_tbl->peer_mtu, lcid, p_cfg->mtu_present);
|
mca_main.c | 272 p_cfg->mtu_present = TRUE;
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_api.c | 439 L2CAP_TRACE_API5 ("L2CA_ConfigReq() CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d (%d)", 440 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu); 460 if ( (p_cfg->mtu_present) && (p_cfg->mtu > L2CAP_MTU_SIZE) ) 491 cid, p_cfg->result, p_cfg->mtu_present, p_cfg->flush_to_present, p_cfg->fcr_present, p_cfg->fcs_present); 507 if (p_cfg->mtu_present) 508 p_ccb->peer_cfg.mtu_present = FALSE; [all...] |
l2c_main.c | 472 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = 483 cfg_info.mtu_present = TRUE; 574 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = 585 cfg_info.mtu_present = TRUE; [all...] |
l2c_utils.c | 529 if (p_cfg->mtu_present) 556 if (p_cfg->mtu_present) 631 if (p_cfg->mtu_present) 656 if (p_cfg->mtu_present) [all...] |
l2c_csm.c | [all...] |
l2c_fcr.c | [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_main.c | 541 cfg.mtu_present = TRUE; 579 cfg.mtu_present = TRUE; 674 if ( p_cfg->mtu_present && [all...] |
/external/bluetooth/bluedroid/stack/hid/ |
hidh_conn.c | 92 hh_cb.l2cap_cfg.mtu_present = TRUE; 480 if ((!p_cfg->mtu_present) || (p_cfg->mtu > HID_HOST_MTU)) 487 p_cfg->mtu_present = FALSE; [all...] |
/external/bluetooth/bluedroid/stack/include/ |
l2c_api.h | 152 BOOLEAN mtu_present; member in struct:__anon1105 [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_conn.c | 896 if ((!p_cfg->mtu_present)||(p_cfg->mtu > local_mtu_size)) 905 p_cfg->mtu_present = FALSE; [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_act.c | [all...] |