Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c62 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; in smp_l2cap_if_init()
63 fixed_reg.fixed_chnl_opts.max_transmit = 0; in smp_l2cap_if_init()
64 fixed_reg.fixed_chnl_opts.rtrans_tout = 0; in smp_l2cap_if_init()
65 fixed_reg.fixed_chnl_opts.mon_tout = 0; in smp_l2cap_if_init()
66 fixed_reg.fixed_chnl_opts.mps = 0; in smp_l2cap_if_init()
67 fixed_reg.fixed_chnl_opts.tx_win_sz = 0; in smp_l2cap_if_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c121 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; in gatt_init()
122 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF; in gatt_init()
123 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000; in gatt_init()
124 fixed_reg.fixed_chnl_opts.mon_tout = 12000; in gatt_init()
125 fixed_reg.fixed_chnl_opts.mps = 670; in gatt_init()
126 fixed_reg.fixed_chnl_opts.tx_win_sz = 1; in gatt_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1057 tL2CAP_FCR_OPTS fixed_chnl_opts; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1705 … &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in L2CA_ConnectFixedChnl()
1732 … &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in L2CA_ConnectFixedChnl()
1824 …ixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in L2CA_SendFixedChnlData()
Dl2c_ble.c352 … (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in l2cble_scanner_conn_comp()
457 … (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in l2cble_advertiser_conn_comp()
Dl2c_main.c289 …ze_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in l2c_rcv_acl_data()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2615 .fixed_chnl_opts = { in fcchan_get()