Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1057 } tL2CAP_FIXED_CHNL_REG; typedef
1073 extern BOOLEAN L2CA_RegisterFixedChannel (UINT16 fixed_cid, tL2CAP_FIXED_CHNL_REG *p_freg);
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c60 tL2CAP_FIXED_CHNL_REG fixed_reg; in smp_l2cap_if_init()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c98 tL2CAP_FIXED_CHNL_REG fixed_reg; in gatt_init()
104 memset (&fixed_reg, 0, sizeof(tL2CAP_FIXED_CHNL_REG)); in gatt_init()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h511 tL2CAP_FIXED_CHNL_REG fixed_reg[L2CAP_NUM_FIXED_CHNLS]; /* Reg info for fixed channels */
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1626 BOOLEAN L2CA_RegisterFixedChannel (UINT16 fixed_cid, tL2CAP_FIXED_CHNL_REG *p_freg) in L2CA_RegisterFixedChannel()
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2540 static tL2CAP_FIXED_CHNL_REG fcr = { in fcchan_get()