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

  /system/bt/stack/btm/
btm_ble_batchscan.c 310 ** Parameters scan_mode - The mode for which the reports are to be read out from the controller
316 tBTM_STATUS btm_ble_read_batchscan_reports(tBTM_BLE_BATCH_SCAN_MODE scan_mode,
326 UINT8_TO_STREAM (pp, scan_mode);
534 ** Parameters scan_mode -Batch scan mode
543 tBTM_STATUS btm_ble_set_batchscan_param(tBTM_BLE_BATCH_SCAN_MODE scan_mode,
558 UINT8_TO_STREAM (pp_scan, scan_mode);
715 ** Parameters: scan_mode -Batch scan mode
724 tBTM_STATUS BTM_BleEnableBatchScan(tBTM_BLE_BATCH_SCAN_MODE scan_mode,
731 scan_mode, scan_interval, scan_window, addr_type, discard_rule, ref_value);
744 BTM_TRACE_DEBUG("BTM_BleEnableBatchScan: %d, %x, %x, %d, %d", scan_mode, scan_interval
    [all...]
btm_inq.c 164 UINT8 scan_mode = 0; local
238 scan_mode |= HCI_INQUIRY_SCAN_ENABLED;
255 scan_mode |= HCI_PAGE_SCAN_ENABLED;
257 if (btsnd_hcic_write_scan_enable (scan_mode))
596 UINT8 scan_mode = 0; local
646 scan_mode |= HCI_PAGE_SCAN_ENABLED;
660 scan_mode |= HCI_INQUIRY_SCAN_ENABLED;
662 if (btsnd_hcic_write_scan_enable (scan_mode))
    [all...]
btm_ble_gap.c     [all...]
  /tools/test/connectivity/acts/tests/google/bt/
BtBasicFunctionalityTest.py 108 scan_mode = self.droid_ad.droid.bluetoothGetScanMode()
109 if (scan_mode ==
174 scan_mode = self.droid1_ad.droid.bluetoothGetScanMode()
175 if scan_mode == BluetoothScanModeType.SCAN_MODE_NONE.value:
  /system/bt/btcore/include/
property.h 49 bt_property_t *property_new_scan_mode(bt_scan_mode_t scan_mode);
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 338 scan_mode = droid.bluetoothGetScanMode()
340 if scan_mode != scan_mode_value:
344 scan_mode = droid.bluetoothGetScanMode()
345 if scan_mode != scan_mode_value:
350 scan_mode = droid.bluetoothGetScanMode()
351 if scan_mode != scan_mode_value:
356 scan_mode = droid.bluetoothGetScanMode()
357 if scan_mode != scan_mode_value:
  /system/bt/btcore/src/
property.c 102 bt_property_t *property_new_scan_mode(bt_scan_mode_t scan_mode) {
103 return property_new_((void *)&scan_mode, sizeof(bt_scan_mode_t), BT_PROPERTY_ADAPTER_SCAN_MODE);
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 395 bt_status_t (*batchscan_enb_batch_scan)(int client_if, int scan_mode,
402 bt_status_t (*batchscan_read_reports)(int client_if, int scan_mode);
  /system/bt/bta/dm/
bta_dm_api.c 844 ** scan_mode - scan mode
853 UINT32 scan_window, tBLE_SCAN_MODE scan_mode,
863 p_msg->scan_mode = scan_mode;
    [all...]
bta_dm_int.h 463 tBLE_SCAN_MODE scan_mode; member in struct:__anon71700
561 tBTA_BLE_BATCH_SCAN_MODE scan_mode; member in struct:__anon71712
    [all...]
bta_dm_act.c     [all...]
  /system/bt/btif/src/
btif_gatt_client.c 142 tBTA_BLE_BATCH_SCAN_MODE scan_mode; member in struct:__anon72240
    [all...]
  /system/bt/btcore/test/
property_test.cpp 121 TEST_F(PropertyTest, scan_mode) {
  /system/bt/stack/include/
btm_ble_api.h 584 tBTM_BLE_BATCH_SCAN_MODE scan_mode; member in struct:__anon72700
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 385 milliseconds