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

  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 42 tGAP_INQ_CMPL inq_cmpl; local
54 inq_cmpl.num_results = ((tBTM_INQUIRY_CMPL *)p_data)->num_resp;
56 inq_cmpl.status = (((tBTM_INQUIRY_CMPL *)p_data)->status == BTM_SUCCESS) ? BT_PASS : GAP_ERR_PROCESSING;
58 p_data = &inq_cmpl;
61 inq_cmpl.status, inq_cmpl.num_results);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 606 tBTA_DM_INQUIRY_CMPL inq_cmpl; member in union:__anon2482
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 886 tBTA_DM_INQ_CMPL inq_cmpl; \/* Inquiry complete. *\/ member in union:__anon2638
    [all...]

Completed in 33 milliseconds