Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_api.c60 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_Register() argument
72 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) in L2CA_Register()
73 || (!p_cb_info->pL2CA_ConfigInd_Cb) in L2CA_Register()
74 || (!p_cb_info->pL2CA_DataInd_Cb) in L2CA_Register()
75 || (!p_cb_info->pL2CA_DisconnectInd_Cb)) in L2CA_Register()
90 if ( (psm >= 0x1001) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL) ) in L2CA_Register()
111 p_rcb->api = *p_cb_info; in L2CA_Register()
349 UINT16 L2CA_RegisterLECoc(UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) in L2CA_RegisterLECoc() argument
358 if ((!p_cb_info->pL2CA_DataInd_Cb) in L2CA_RegisterLECoc()
359 || (!p_cb_info->pL2CA_DisconnectInd_Cb)) in L2CA_RegisterLECoc()
[all …]
Dl2c_ucd.c205 BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info ) in L2CA_UcdRegister() argument
211 if ((!p_cb_info->pL2CA_UCD_Discover_Cb) in L2CA_UcdRegister()
212 || (!p_cb_info->pL2CA_UCD_Data_Cb)) in L2CA_UcdRegister()
225 p_rcb->ucd.cb_info = *p_cb_info; in L2CA_UcdRegister()
/system/bt/stack/include/
Dl2c_api.h369 extern UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
453 extern UINT16 L2CA_RegisterLECoc (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info);
935 extern BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info );
Dgatt_api.h717 extern BOOLEAN GATTS_NVRegister (tGATT_APPL_INFO *p_cb_info);
1034 extern tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, tGATT_CBACK *p_cb_info);
Dbtm_api.h3130 extern BOOLEAN BTM_SecRegister (tBTM_APPL_INFO *p_cb_info);
/system/bt/stack/gatt/
Dgatt_api.c110 BOOLEAN GATTS_NVRegister (tGATT_APPL_INFO *p_cb_info) in GATTS_NVRegister() argument
113 if (p_cb_info) in GATTS_NVRegister()
115 gatt_cb.cb_info = *p_cb_info; in GATTS_NVRegister()
1188 tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, tGATT_CBACK *p_cb_info) in GATT_Register() argument
1215 p_reg->app_cb = *p_cb_info; in GATT_Register()
/system/bt/stack/btm/
Dbtm_sec.c232 BOOLEAN BTM_SecRegister(tBTM_APPL_INFO *p_cb_info) in BTM_SecRegister() argument
241 LOG_INFO(LOG_TAG, "%s p_cb_info->p_le_callback == 0x%p", __func__, p_cb_info->p_le_callback); in BTM_SecRegister()
242 if (p_cb_info->p_le_callback) in BTM_SecRegister()
260 btm_cb.api = *p_cb_info; in BTM_SecRegister()