Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c55 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_Register() argument
66 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) in L2CA_Register()
67 || (!p_cb_info->pL2CA_ConfigInd_Cb) in L2CA_Register()
68 || (!p_cb_info->pL2CA_DataInd_Cb) in L2CA_Register()
69 || (!p_cb_info->pL2CA_DisconnectInd_Cb)) { in L2CA_Register()
82 if ( (psm >= 0x1001) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL) ) { in L2CA_Register()
100 p_rcb->api = *p_cb_info; in L2CA_Register()
1315 UINT16 L2CA_RegisterLECoc(UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_RegisterLECoc() argument
1324 if ((!p_cb_info->pL2CA_DataInd_Cb) in L2CA_RegisterLECoc()
1325 || (!p_cb_info->pL2CA_DisconnectInd_Cb)) in L2CA_RegisterLECoc()
[all …]
Dl2c_ucd.c191 BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info ) in L2CA_UcdRegister() argument
197 if ((!p_cb_info->pL2CA_UCD_Discover_Cb) in L2CA_UcdRegister()
198 || (!p_cb_info->pL2CA_UCD_Data_Cb)) { in L2CA_UcdRegister()
209 p_rcb->ucd.cb_info = *p_cb_info; in L2CA_UcdRegister()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h363 extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
517 extern UINT16 L2CA_RegisterLECoc (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
940 extern BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info );
Dgatt_api.h715 extern BOOLEAN GATTS_NVRegister (const tGATT_APPL_INFO *p_cb_info);
1067 extern tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, const tGATT_CBACK *p_cb_info);
Dbtm_api.h3236 BOOLEAN BTM_SecRegister (tBTM_APPL_INFO *p_cb_info);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c113 BOOLEAN GATTS_NVRegister (const tGATT_APPL_INFO *p_cb_info) in GATTS_NVRegister() argument
116 if (p_cb_info) { in GATTS_NVRegister()
117 gatt_cb.cb_info = *p_cb_info; in GATTS_NVRegister()
1195 tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, const tGATT_CBACK *p_cb_info) in GATT_Register() argument
1218 p_reg->app_cb = *p_cb_info; in GATT_Register()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c226 BOOLEAN BTM_SecRegister(tBTM_APPL_INFO *p_cb_info) in BTM_SecRegister() argument
235 BTM_TRACE_DEBUG("%s p_cb_info->p_le_callback == 0x%p\n", __func__, p_cb_info->p_le_callback); in BTM_SecRegister()
236 if (p_cb_info->p_le_callback) { in BTM_SecRegister()
254 btm_cb.api = *p_cb_info; in BTM_SecRegister()