HomeSort by relevance Sort by last modified time
    Searched full:ble (Results 1 - 25 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s 3 ble Lfoo @ wide encoding
9 ble Lbaz @ narrow encoding
  /external/hyphenation-patterns/en-US/
hyph-en-us.hyp.txt 14 ta-ble
  /frameworks/base/core/java/android/bluetooth/
package.html 11 Bluetooth Low Energy</a> (BLE) guide.</p>
16 <li>Scan for other Bluetooth devices (including BLE devices).</li>
21 <li>Communicate with BLE devices, such as proximity sensors, heart rate
23 <li>Act as a GATT client or a GATT server (BLE).</li>
  /system/bt/vnd/include/
vendor_api.h 39 ** VENDOR SPECIFIC BLE FEATURE FUNCTIONS
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 2 page.tags=wireless,bluetoothadapter,bluetoothdevice,BLE,BTLE
15 <li><a href="#permissions">BLE Permissions</a></li>
16 <li><a href="#setup">Setting Up BLE</a></li>
17 <li><a href="#find">Finding BLE Devices</a></li>
19 <li><a href="#read">Reading BLE Attributes</a></li>
63 Bluetooth Low Energy (BLE) is designed to provide significantly lower power consumption.
64 This allows Android apps to communicate with BLE devices that have low power requirements,
68 <p>Here is a summary of key BLE terms and concepts:</p>
72 as "attributes" over a BLE link. All current Low Energy application profiles are
85 optimized to run on BLE devices. To this end, it uses as few bytes as possible
    [all...]
  /system/bt/stack/btm/
btm_ble.c 21 * This file contains functions for BLE device control utilities, and LE
129 p_dev_rec->ble.ble_addr_type = addr_type;
131 memcpy (p_dev_rec->ble.pseudo_addr, bd_addr, BD_ADDR_LEN);
136 p_info->results.ble_addr_type = p_dev_rec->ble.ble_addr_type ;
372 *p_addr_type = p_dev_rec->ble.ble_addr_type;
495 ** Description Set scan parameter used in BLE connection request
645 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
648 memcmp(p_dev_rec->ble.pseudo_addr, remote_bda, BD_ADDR_LEN) == 0)
651 *p_addr_type = p_dev_rec->ble.ble_addr_type;
653 else if (memcmp(p_dev_rec->ble.pseudo_addr, remote_bda, BD_ADDR_LEN) == 0
    [all...]
btm_ble_addr.c 21 * This file contains functions for BLE address management.
280 if (memcmp(p_dev_rec->ble.pseudo_addr, dummy_bda, BD_ADDR_LEN) == 0)
282 memcpy(p_dev_rec->ble.pseudo_addr, new_pseudo_addr, BD_ADDR_LEN);
308 (p_dev_rec->ble.key_type & BTM_LE_KEY_PID))
317 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN,
367 (p_dev_rec->ble.key_type & BTM_LE_KEY_PID))
370 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN,
446 memcmp(p_dev_rec->ble.static_addr, bd_addr, BD_ADDR_LEN) == 0)
448 if ((p_dev_rec->ble.static_addr_type & (~BLE_ADDR_TYPE_ID_BIT)) !=
452 __func__, p_dev_rec->ble.static_addr_type, addr_type)
    [all...]
btm_ble_privacy.c 21 * This file contains functions for BLE controller based privacy.
201 p_dev_rec->ble.in_controller_list |= BTM_RESOLVING_LIST_BIT;
203 p_dev_rec->ble.resolving_list_index = btm_ble_find_irk_index();
207 p_dev_rec->ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT;
211 btm_ble_clear_irk_index(p_dev_rec->ble.resolving_list_index);
212 p_dev_rec->ble.resolving_list_index = 0;
260 btm_cb.sec_dev_rec[i].ble.in_controller_list &= ~BTM_RESOLVING_LIST_BIT;
454 if (btsnd_hcic_ble_rm_device_resolving_list(p_dev_rec->ble.static_addr_type,
455 p_dev_rec->ble.static_addr))
464 UINT8_TO_STREAM(p, p_dev_rec->ble.static_addr_type)
    [all...]
btm_ble_int.h 92 /* BLE scan activity mask checking */
98 /* BLE ADDR type ID bit */
219 /* BLE connection state */
283 /* BLE privacy mode */
284 #define BTM_PRIVACY_NONE 0 /* BLE no privacy */
285 #define BTM_PRIVACY_1_1 1 /* BLE privacy 1.1, do not support privacy 1.0 */
286 #define BTM_PRIVACY_1_2 2 /* BLE privacy 1.2 */
287 #define BTM_PRIVACY_MIXED 3 /* BLE privacy mixed mode, broadcom propietary mode */
293 /* Define BLE Device Management control structure
300 ** BLE Inquir
    [all...]
btm_ble_bgconn.c 21 * This file contains functions for BLE whitelist operation.
162 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr))
164 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.ble_addr_type, bd_addr);
165 p_dev_rec->ble.in_controller_list |= BTM_WHITE_LIST_BIT;
167 else if (memcmp(p_dev_rec->ble.static_addr, bd_addr, BD_ADDR_LEN) != 0 &&
168 memcmp(p_dev_rec->ble.static_addr, dummy_bda, BD_ADDR_LEN) != 0)
170 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.static_addr_type,
171 p_dev_rec->ble.static_addr);
172 p_dev_rec->ble.in_controller_list |= BTM_WHITE_LIST_BIT;
177 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr)
    [all...]
  /cts/hostsidetests/appsecurity/certs/
cts-testkey1.x509.pem 11 BLe+Wyso90Txpa25VqOBPsAf6+CjeSQFn5im9ukrUp6AEigF8g0bmL3bVjM7rUCw
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/res/values/
strings.xml 17 <string name="ble_not_supported">BLE is not supported</string>
24 <string name="title_devices">BLE Device Scan</string>
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/res/values/
strings.xml 17 <string name="ble_not_supported">BLE is not supported</string>
24 <string name="title_devices">BLE Device Scan</string>
  /development/samples/browseable/BluetoothLeGatt/res/values/
strings.xml 17 <string name="ble_not_supported">BLE is not supported</string>
24 <string name="title_devices">BLE Device Scan</string>
  /system/bt/test/suite/cases/
gatt.c 36 // Starts BLE scan. NB: This test assumes there is a BLE beacon advertising nearby.
39 // Ends BLE scan. No callback is expected.
56 TASSERT(gatt_get_status() == BT_STATUS_SUCCESS, "Error starting BLE advertisement.");
60 TASSERT(gatt_get_status() == BT_STATUS_SUCCESS, "Error stopping BLE advertisement.");
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java 82 * Basic test case for BLE scans. Checks BLE scan timestamp is within correct range.
157 * Test of opportunistic BLE scans.
186 // With normal BLE scan client, opportunistic scan client will get scan results.
190 // No more scan results for opportunistic scan clients once the normal BLE scan clients
202 * Test case for BLE Batch scan.
207 Log.d(TAG, "BLE or BLE batching not suppported");
238 // Helper class for BLE scan callback.
263 // Return regular BLE scan results accumulated so far
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/
AndroidManifest.xml 27 <!-- Declare this required feature if you want to make the app available to BLE-capable
28 devices only. If you want to make your app available to devices that don't support BLE,
29 you should omit this in the manifest. Instead, determine BLE capability by using
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/
AndroidManifest.xml 27 <!-- Declare this required feature if you want to make the app available to BLE-capable
28 devices only. If you want to make your app available to devices that don't support BLE,
29 you should omit this in the manifest. Instead, determine BLE capability by using
  /development/samples/browseable/BluetoothLeGatt/
AndroidManifest.xml 27 <!-- Declare this required feature if you want to make the app available to BLE-capable
28 devices only. If you want to make your app available to devices that don't support BLE,
29 you should omit this in the manifest. Instead, determine BLE capability by using
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/
README.md 12 This sample demonstrates use of the Bluetooth Low Energy (BLE) [Advertisement][1] and [Scanning][2] APIs.
15 ScannerFragment activates BLE Scanning for 5 seconds and displays a list of found devices which are advertising
19 AdvertiserFragment allows the user to toggle BLE Advertising of that device. It broadcasts basic
23 Note: A device cannot detect its own BLE advertisements. You will need two devices to see this
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/
template-params.xml 78 This sample demonstrates use of the Bluetooth Low Energy (BLE) [Advertisement][1] and [Scanning][2] APIs.
81 ScannerFragment activates BLE Scanning for 5 seconds and displays a list of found devices which are advertising
85 AdvertiserFragment allows the user to toggle BLE Advertising of that device. It broadcasts basic
89 Note: A device cannot detect its own BLE advertisements. You will need two devices to see this
  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 18 ble lbl
  /frameworks/base/core/java/android/bluetooth/le/
ScanCallback.java 28 * Fails to start scan as BLE scan with the same settings is already started by the app.
54 * Callback when a BLE advertisement has been found.
  /external/ltrace/testsuite/ltrace.main/
parameters2.exp 105 struct ble {
107 struct ble *next;
110 void ll (struct ble *ble);
113 struct ble *b = NULL;
116 struct ble *n = malloc(sizeof(*n));
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy.s 111 ble end_loops
125 ble end_inner_loop_wd_4
157 ble end_loops
179 ble end_inner_loop_wd_8
206 ble end_loops
226 ble end_inner_loop_wd_16
253 ble end_loops

Completed in 2179 milliseconds

1 2 3 4 5 6 7 8 91011>>