Home
last modified time | relevance | path

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

/device/soc/esp/esp32/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()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c118 fixed_reg.fixed_chnl_opts.mode = L2CAP_FCR_BASIC_MODE; in gatt_init()
119 fixed_reg.fixed_chnl_opts.max_transmit = 0xFF; in gatt_init()
120 fixed_reg.fixed_chnl_opts.rtrans_tout = 2000; in gatt_init()
121 fixed_reg.fixed_chnl_opts.mon_tout = 12000; in gatt_init()
122 fixed_reg.fixed_chnl_opts.mps = 670; in gatt_init()
123 fixed_reg.fixed_chnl_opts.tx_win_sz = 1; in gatt_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1705 … &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in L2CA_ConnectFixedChnl()
1736 … &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in L2CA_ConnectFixedChnl()
1828 …ixed_ccb (p_lcb, fixed_cid, &l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in L2CA_SendFixedChnlData()
Dl2c_ble.c316 … (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in l2cble_scanner_conn_comp()
420 … (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.c267 …ze_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].fixed_chnl_opts)) { in l2c_rcv_acl_data()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1053 tL2CAP_FCR_OPTS fixed_chnl_opts; member