HomeSort by relevance Sort by last modified time
    Searched defs:bta_hh_cb (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_main.c 250 tBTA_HH_CB bta_hh_cb; variable
287 if (bta_hh_cb.p_cback != NULL)
359 (* bta_hh_cb.p_cback)(cback_event, &cback_data);
456 (bta_hh_cb.kdev[index].in_use == FALSE)) {
470 p_cb = &bta_hh_cb.kdev[index];
bta_hh_int.h 324 extern tBTA_HH_CB bta_hh_cb;
327 #define bta_hh_cb (*bta_hh_cb_ptr) macro

Completed in 28 milliseconds