Home
last modified time | relevance | path

Searched refs:tL2CAP_APPL_INFO (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h316 } tL2CAP_APPL_INFO; typedef
331 #define L2CA_REGISTER(a,b,c) L2CA_Register(a,(tL2CAP_APPL_INFO *)b)
364 extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
439 bool L2CA_SetConnectionCallbacks(uint16_t local_cid, const tL2CAP_APPL_INFO *callbacks);
519 extern UINT16 L2CA_RegisterLECoc (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_int.h228 extern const tL2CAP_APPL_INFO avct_l2c_appl;
230 extern const tL2CAP_APPL_INFO avct_l2c_br_appl;
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c66 L2CA_Register(AVCT_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_appl); in AVCT_Register()
77 L2CA_Register(AVCT_BR_PSM, (tL2CAP_APPL_INFO *) &avct_l2c_br_appl); in AVCT_Register()
Davct_l2c.c52 const tL2CAP_APPL_INFO avct_l2c_appl = {
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h89 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c50 static const tL2CAP_APPL_INFO dev_reg_info = {hidd_l2cif_connect_ind,
605 if (!L2CA_Register(HID_PSM_CONTROL, (tL2CAP_APPL_INFO *)&dev_reg_info)) { in hidd_conn_reg()
609 if (!L2CA_Register(HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO *)&dev_reg_info)) { in hidd_conn_reg()
Dhidh_conn.c65 static const tL2CAP_APPL_INFO hst_reg_info = {
101 if (!L2CA_Register (HID_PSM_CONTROL, (tL2CAP_APPL_INFO *) &hst_reg_info)) { in hidh_conn_reg()
105 if (!L2CA_Register (HID_PSM_INTERRUPT, (tL2CAP_APPL_INFO *) &hst_reg_info)) { in hidh_conn_reg()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h220 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c73 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_l2c.c51 const tL2CAP_APPL_INFO avdt_l2c_appl = {
Davdt_api.c114 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO *) &avdt_l2c_appl); in AVDT_Register()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c63 static const tL2CAP_APPL_INFO dyn_info = {
137 if (!L2CA_Register (BT_PSM_ATT, (tL2CAP_APPL_INFO *) &dyn_info)) { in gatt_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c59 static const tL2CAP_APPL_INFO l2cap_callbacks = {
Dl2c_api.c55 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_Register()
318 bool L2CA_SetConnectionCallbacks(uint16_t local_cid, const tL2CAP_APPL_INFO *callbacks) in L2CA_SetConnectionCallbacks()
1315 UINT16 L2CA_RegisterLECoc(UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_RegisterLECoc()
Dl2c_ucd.c222 memset (&p_rcb->api, 0, sizeof(tL2CAP_APPL_INFO)); in L2CA_UcdRegister()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h212 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h751 extern const tL2CAP_APPL_INFO avdt_l2c_appl;
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h255 tL2CAP_APPL_INFO api;