Searched refs:inq_cmpl (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_utils.c42 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/
H A Dbta_dm_int.h608 tBTA_DM_INQUIRY_CMPL inq_cmpl; member in union:__anon514
H A Dbta_dm_act.c1535 data.inq_cmpl.num_resps = p_data->inq_cmpl.num;
2584 p_msg->inq_cmpl.hdr.event = BTA_DM_INQUIRY_CMPL_EVT;
2585 p_msg->inq_cmpl.num = ((tBTM_INQUIRY_CMPL *)p_result)->num_resp;
4621 data.inq_cmpl.num_resps = ((tBTM_INQUIRY_CMPL *)p_result)->num_resp;
4971 data.inq_cmpl.num_resps = 0;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h890 tBTA_DM_INQ_CMPL inq_cmpl; /* Inquiry complete. */ member in union:__anon677
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c535 __FUNCTION__,p_data->inq_cmpl.num_resps);

Completed in 316 milliseconds