Searched refs:p_cb_info (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_api.c | 60 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 …]
|
D | l2c_ucd.c | 205 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/ |
D | l2c_api.h | 369 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 );
|
D | gatt_api.h | 717 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);
|
D | btm_api.h | 3130 extern BOOLEAN BTM_SecRegister (tBTM_APPL_INFO *p_cb_info);
|
/system/bt/stack/gatt/ |
D | gatt_api.c | 110 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/ |
D | btm_sec.c | 232 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()
|