Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_int.h348 typedef void (tBTM_SCO_IND_CBACK) (UINT16 sco_inx) ; typedef
409 tBTM_SCO_IND_CBACK *app_sco_ind_cb;
431 extern void btm_set_sco_ind_cback( tBTM_SCO_IND_CBACK *sco_ind_cb );
Dbtm_sco.c478 void btm_set_sco_ind_cback( tBTM_SCO_IND_CBACK *sco_ind_cb ) in btm_set_sco_ind_cback()