Home
last modified time | relevance | path

Searched refs:tBTM_VS_EVT_CB (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Dbtm_api.h174 extern tBTM_STATUS BTM_RegisterForVSEvents(tBTM_VS_EVT_CB* p_cb,
Dbtm_api_types.h106 typedef void(tBTM_VS_EVT_CB)(uint8_t len, uint8_t* p); typedef
/system/bt/stack/btm/
Dbtm_int_types.h117 tBTM_VS_EVT_CB* p_vend_spec_cb
Dbtm_devctl.cc649 tBTM_STATUS BTM_RegisterForVSEvents(tBTM_VS_EVT_CB* p_cb, bool is_register) { in BTM_RegisterForVSEvents()