Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_l2c.cc60 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; in smp_l2cap_if_init()
61 fixed_reg.fixed_chnl_opts.max_transmit = 0; in smp_l2cap_if_init()
62 fixed_reg.fixed_chnl_opts.rtrans_tout = 0; in smp_l2cap_if_init()
63 fixed_reg.fixed_chnl_opts.mon_tout = 0; in smp_l2cap_if_init()
64 fixed_reg.fixed_chnl_opts.mps = 0; in smp_l2cap_if_init()
65 fixed_reg.fixed_chnl_opts.tx_win_sz = 0; in smp_l2cap_if_init()
/system/bt/stack/gatt/
Dgatt_main.cc112 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; in gatt_init()
113 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF; in gatt_init()
114 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000; in gatt_init()
115 fixed_reg.fixed_chnl_opts.mon_tout = 12000; in gatt_init()
116 fixed_reg.fixed_chnl_opts.mps = 670; in gatt_init()
117 fixed_reg.fixed_chnl_opts.tx_win_sz = 1; in gatt_init()
/system/bt/stack/l2cap/
Dl2c_api.cc1711 .fixed_chnl_opts)) { in L2CA_ConnectFixedChnl()
1740 .fixed_chnl_opts)) { in L2CA_ConnectFixedChnl()
1835 .fixed_chnl_opts)) { in L2CA_SendFixedChnlData()
Dl2c_main.cc198 .fixed_chnl_opts)) { in l2c_rcv_acl_data()
Dl2c_ble.cc285 .fixed_chnl_opts)) { in l2cble_conn_comp()
/system/bt/stack/include/
Dl2c_api.h1085 tL2CAP_FCR_OPTS fixed_chnl_opts; member
/system/bt/bta/jv/
Dbta_jv_act.cc1889 .fixed_chnl_opts = in fcchan_get()