Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c80 fixed_reg.pL2CA_FixedData_Cb = smp_data_received; in smp_l2cap_if_init()
86 fixed_reg.pL2CA_FixedData_Cb = smp_br_data_received; in smp_l2cap_if_init()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c260 (l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb != NULL) ) { in l2c_rcv_acl_data()
275 (*l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb) in l2c_rcv_acl_data()
Dl2c_api.c1662 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) { in L2CA_ConnectFixedChnl()
1784 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) { in L2CA_SendFixedChnlData()
1910 || (l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb == NULL) ) { in L2CA_RemoveFixedChnl()
Dl2c_csm.c840 if (l2cb.fixed_reg[p_ccb->local_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb) { in l2c_csm_config()
841 (*l2cb.fixed_reg[p_ccb->local_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb) in l2c_csm_config()
Dl2c_fcr.c1380 if (l2cb.fixed_reg[p_ccb->local_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb) in do_sar_reassembly()
1381 (*l2cb.fixed_reg[p_ccb->local_cid - L2CAP_FIRST_FIXED_CHNL].pL2CA_FixedData_Cb) in do_sar_reassembly()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h1051 tL2CA_FIXED_DATA_CB *pL2CA_FixedData_Cb; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c126 fixed_reg.pL2CA_FixedData_Cb = gatt_le_data_ind; in gatt_init()