Home | History | Annotate | Download | only in include

Lines Matching full:inquiry

221 /* Inquiry Modes */
222 #define BTA_DM_INQUIRY_NONE BTM_INQUIRY_NONE /*No BR inquiry. */
223 #define BTA_DM_GENERAL_INQUIRY BTM_GENERAL_INQUIRY /* Perform general inquiry. */
224 #define BTA_DM_LIMITED_INQUIRY BTM_LIMITED_INQUIRY /* Perform limited inquiry. */
228 #define BTA_BLE_GENERAL_INQUIRY BTM_BLE_GENERAL_INQUIRY /* Perform LE general inquiry. */
229 #define BTA_BLE_LIMITED_INQUIRY BTM_BLE_LIMITED_INQUIRY /* Perform LE limited inquiry. */
233 /* Inquiry Filter Type */
234 #define BTA_DM_INQ_CLR BTM_CLR_INQUIRY_FILTER /* Clear inquiry filter. */
270 /* Inquiry filter device class condition */
278 /* Inquiry Filter Condition */
285 /* Inquiry Parameters */
288 tBTA_DM_INQ_MODE mode; /* Inquiry mode, limited or general. */
289 UINT8 duration; /* Inquiry duration in 1.28 sec units. */
290 UINT8 max_resps; /* Maximum inquiry responses. Set to zero for unlimited responses. */
291 BOOLEAN report_dup; /* report duplicated inquiry response with higher RSSI value */
308 INT8 *bta_dm_eir_inq_tx_power; /* Inquiry TX power */
1021 #define BTA_DM_INQ_RES_EVT 0 /* Inquiry result for a peer device. */
1022 #define BTA_DM_INQ_CMPL_EVT 1 /* Inquiry complete. */
1040 BOOLEAN is_limited; /* TRUE, if the limited inquiry bit is set in the CoD */
1056 UINT8 num_resps; /* Number of inquiry responses. */
1095 tBTA_DM_INQ_RES inq_res; /* Inquiry result for a peer device. */
1096 tBTA_DM_INQ_CMPL inq_cmpl; /* Inquiry complete. */
1126 #define BTA_DM_CONTRL_SCAN 2 /* Scan state - paging/inquiry/trying to connect*/
1127 #define BTA_DM_CONTRL_IDLE 3 /* Idle state - page scan, LE advt, inquiry scan */
1455 ** first performs an inquiry; for each device found from the
1456 ** inquiry it gets the remote name of the device. If
1924 ** an inquiry and gets the remote name for devices. Service
1927 ** Parameters p_dm_inq: inquiry conditions