Home
last modified time | relevance | path

Searched refs:p_reset_cmpl_cb (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c272 if ((!btm_cb.devcb.p_reset_cmpl_cb) || (btm_cb.devcb.p_reset_cmpl_cb == p_cb)) in BTM_DeviceReset()
281 btm_cb.devcb.p_reset_cmpl_cb = p_cb; in BTM_DeviceReset()
1175 tBTM_CMPL_CB *p_cb = p_devcb->p_reset_cmpl_cb; in btm_reset_ctrlr_complete()
1219 p_devcb->p_reset_cmpl_cb = NULL; in btm_reset_ctrlr_complete()
1427 tBTM_CMPL_CB *p_cb = p_devcb->p_reset_cmpl_cb; in btm_read_local_ext_features_complete()
Dbtm_int.h148 tBTM_CMPL_CB *p_reset_cmpl_cb; /* Callback function to be called */ member