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

  /system/bt/bta/hd/
bta_hd_main.cc 223 tBTA_HD_CB bta_hd_cb; variable
245 bta_hd_state_code(bta_hd_cb.state), bta_hd_cb.state,
248 prev_state = bta_hd_cb.state;
252 state_table = bta_hd_st_tbl[bta_hd_cb.state];
261 bta_hd_cb.state = state_table[event][BTA_HD_NEXT_STATE];
263 if (bta_hd_cb.state != prev_state) {
265 bta_hd_state_code(bta_hd_cb.state), bta_hd_cb.state);
289 if (bta_hd_cb.state == BTA_HD_CONN_ST)
    [all...]
bta_hd_int.h 145 extern tBTA_HD_CB bta_hd_cb;
148 #define bta_hd_cb (*bta_hd_cb_ptr) macro

Completed in 50 milliseconds