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 153 tBTA_HH_CB bta_hh_cb; variable
190 if (bta_hh_cb.p_cback != NULL)
258 (* bta_hh_cb.p_cback)(cback_event, &cback_data);
348 if (bta_hh_cb.kdev[index].in_use == FALSE) {
358 p_cb = &bta_hh_cb.kdev[index];
bta_hh_int.h 191 extern tBTA_HH_CB bta_hh_cb;
194 #define bta_hh_cb (*bta_hh_cb_ptr) macro

Completed in 40 milliseconds