Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.c723 if (btm_cb.devcb.p_vend_spec_cb[i] == NULL) in BTM_RegisterForVSEvents()
728 else if (btm_cb.devcb.p_vend_spec_cb[i] == p_cb) in BTM_RegisterForVSEvents()
733 btm_cb.devcb.p_vend_spec_cb[i] = NULL; in BTM_RegisterForVSEvents()
745 btm_cb.devcb.p_vend_spec_cb[free_idx] = p_cb; in BTM_RegisterForVSEvents()
780 if (btm_cb.devcb.p_vend_spec_cb[i]) in btm_vendor_specific_evt()
781 (*btm_cb.devcb.p_vend_spec_cb[i])(evt_len, p); in btm_vendor_specific_evt()
Dbtm_int.h135 …tBTM_VS_EVT_CB *p_vend_spec_cb[BTM_MAX_VSE_CALLBACKS]; /* Register for vendor specific ev… member