Searched defs:p_cb_info (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c106 ** Parameter p_cb_info : callback informaiton
111 BOOLEAN GATTS_NVRegister (tGATT_APPL_INFO *p_cb_info) argument
114 if (p_cb_info)
116 gatt_cb.cb_info = *p_cb_info;
1179 ** p_cb_info: callback functions.
1184 tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, tGATT_CBACK *p_cb_info) argument
1211 p_reg->app_cb = *p_cb_info;
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c52 UINT16 L2CA_Register (UINT16 psm, tL2CAP_APPL_INFO *p_cb_info) argument
64 if ((!p_cb_info->pL2CA_ConfigCfm_Cb)
65 || (!p_cb_info->pL2CA_ConfigInd_Cb)
66 || (!p_cb_info->pL2CA_DataInd_Cb)
67 || (!p_cb_info->pL2CA_DisconnectInd_Cb))
82 if ( (psm >= 0x1001) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL) )
103 p_rcb->api = *p_cb_info;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c113 BOOLEAN BTM_SecRegister (tBTM_APPL_INFO *p_cb_info) argument
122 BTM_TRACE_ERROR1 ("BTM_SecRegister:p_cb_info->p_le_callback == 0x%x ", p_cb_info->p_le_callback);
124 if (p_cb_info->p_le_callback)
138 BTM_TRACE_ERROR0 ("BTM_SecRegister:p_cb_info->p_le_callback == NULL ");
144 btm_cb.api = *p_cb_info;

Completed in 2798 milliseconds