Searched refs:tL2CAP_APPL_INFO (Results 1 – 18 of 18) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | l2c_api.h | 316 } 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/ |
D | avct_int.h | 228 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/ |
D | avct_api.c | 66 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()
|
D | avct_l2c.c | 52 const tL2CAP_APPL_INFO avct_l2c_appl = {
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/ |
D | gap_int.h | 89 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 50 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()
|
D | hidh_conn.c | 65 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/ |
D | sdpint.h | 220 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_l2cap_if.c | 73 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_l2c.c | 51 const tL2CAP_APPL_INFO avdt_l2c_appl = {
|
D | avdt_api.c | 114 L2CA_Register(AVDT_PSM, (tL2CAP_APPL_INFO *) &avdt_l2c_appl); in AVDT_Register()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 63 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/ |
D | l2cap_client.c | 59 static const tL2CAP_APPL_INFO l2cap_callbacks = {
|
D | l2c_api.c | 55 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()
|
D | l2c_ucd.c | 222 memset (&p_rcb->api, 0, sizeof(tL2CAP_APPL_INFO)); in L2CA_UcdRegister()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 212 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/ |
D | avdt_int.h | 751 extern const tL2CAP_APPL_INFO avdt_l2c_appl;
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 255 tL2CAP_APPL_INFO api;
|