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

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 357 memset(&bta_dm_search_cb, 0x00, sizeof(bta_dm_search_cb));
    [all...]
bta_dm_main.c 36 tBTA_DM_SEARCH_CB bta_dm_search_cb; variable
323 bta_dm_search_cb.state, p_msg->event);
326 state_table = bta_dm_search_st_tbl[bta_dm_search_cb.state];
328 bta_dm_search_cb.state = state_table[p_msg->event & 0x00ff][BTA_DM_SEARCH_NEXT_STATE];
bta_dm_int.h 884 extern tBTA_DM_SEARCH_CB bta_dm_search_cb;
887 #define bta_dm_search_cb (*bta_dm_search_cb_ptr) macro

Completed in 141 milliseconds