Searched refs:fixed_chnl_opts (Results 1 - 7 of 7) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_l2c.c58 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
59 fixed_reg.fixed_chnl_opts.max_transmit = 0;
60 fixed_reg.fixed_chnl_opts.rtrans_tout = 0;
61 fixed_reg.fixed_chnl_opts.mon_tout = 0;
62 fixed_reg.fixed_chnl_opts.mps = 0;
63 fixed_reg.fixed_chnl_opts.tx_win_sz = 0;
/system/bt/stack/gatt/
H A Dgatt_main.c111 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE;
112 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF;
113 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000;
114 fixed_reg.fixed_chnl_opts.mon_tout = 12000;
115 fixed_reg.fixed_chnl_opts.mps = 670;
116 fixed_reg.fixed_chnl_opts.tx_win_sz = 1;
/system/bt/stack/include/
H A Dl2c_api.h965 tL2CAP_FCR_OPTS fixed_chnl_opts; member in struct:__anon1139
/system/bt/stack/l2cap/
H A Dl2c_api.c1441 &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
1475 &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
1568 if (!l2cu_initialize_fixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
H A Dl2c_ble.c290 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
398 if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
H A Dl2c_main.c273 l2cu_initialize_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts))
/system/bt/bta/jv/
H A Dbta_jv_act.c2325 .fixed_chnl_opts = {

Completed in 27 milliseconds