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

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_main.c 36 tBTA_DM_SEARCH_CB bta_dm_search_cb; variable
325 bta_dm_search_cb.state, p_msg->event);
328 state_table = bta_dm_search_st_tbl[bta_dm_search_cb.state];
330 bta_dm_search_cb.state = state_table[p_msg->event & 0x00ff][BTA_DM_SEARCH_NEXT_STATE];
bta_dm_int.h 943 extern tBTA_DM_SEARCH_CB bta_dm_search_cb;
946 #define bta_dm_search_cb (*bta_dm_search_cb_ptr) macro

Completed in 21 milliseconds