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

  /system/bt/bta/dm/
bta_dm_main.c 36 tBTA_DM_SEARCH_CB bta_dm_search_cb; variable
350 bta_dm_search_cb.state, p_msg->event);
353 state_table = bta_dm_search_st_tbl[bta_dm_search_cb.state];
355 bta_dm_search_cb.state = state_table[p_msg->event & 0x00ff][BTA_DM_SEARCH_NEXT_STATE];
bta_dm_int.h 1058 extern tBTA_DM_SEARCH_CB bta_dm_search_cb;
1061 #define bta_dm_search_cb (*bta_dm_search_cb_ptr) macro
    [all...]

Completed in 35 milliseconds