/external/llvm/test/MC/MachO/ARM/ |
relax-thumb2-branches.s | 3 ble Lfoo @ wide encoding 9 ble Lbaz @ narrow encoding
|
/development/samples/BluetoothLeGatt/res/values/ |
strings.xml | 17 <string name="app_name">BLE Sample</string> 18 <string name="ble_not_supported">BLE is not supported</string> 25 <string name="title_devices">BLE Device Scan</string>
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble.c | 21 * This file contains functions for BLE device control utilities, and LE 121 p_dev_rec->ble.ble_addr_type = addr_type; 129 p_info->results.ble_addr_type = p_dev_rec->ble.ble_addr_type ; 330 *p_addr_type = p_dev_rec->ble.ble_addr_type; 423 ** Description Set scan parameter used in BLE connection request 576 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type; 579 *p_addr_type = p_dev_rec->ble.ble_addr_type; 676 ** Description This function is to check the link type is BLE or BR/EDR. 678 ** Returns TRUE if BLE link; FALSE if BR/EDR. 753 p_dev_rec->ble.keys.local_counter++ [all...] |
btm_ble_bgconn.c | 21 * This file contains functions for BLE whitelist operation. 97 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.ble_addr_type, bd_addr); 99 if (memcmp(p_dev_rec->ble.static_addr, bd_addr, BD_ADDR_LEN) != 0 && 100 memcmp(p_dev_rec->ble.static_addr, dummy_bda, BD_ADDR_LEN) != 0) 102 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.static_addr_type, p_dev_rec->ble.static_addr); 109 started = btsnd_hcic_ble_remove_from_white_list (p_dev_rec->ble.ble_addr_type, bd_addr); 111 if (memcmp(p_dev_rec->ble.static_addr, dummy_bda, BD_ADDR_LEN) != 0) 113 started = btsnd_hcic_ble_remove_from_white_list (p_dev_rec->ble.static_addr_type, p_dev_rec->ble.static_addr) [all...] |
btm_ble_addr.c | 21 * This file contains functions for BLE address management. 293 (p_dev_rec->ble.key_type & BTM_LE_KEY_PID)) 296 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN, 369 if (p_dev_rec->ble.ble_addr_type != BLE_ADDR_PUBLIC) 371 memcpy(bd_addr, p_dev_rec->ble.static_addr, BD_ADDR_LEN); 373 return p_dev_rec->ble.ble_addr_type;
|
btm_ble_int.h | 189 /* BLE connection state */ 199 /* Define BLE Device Management control structure 204 ** BLE Inquiry 310 /* BLE address management */
|
/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> 54 Bluetooth Low Energy (BLE) is designed to provide significantly lower power consumption. 55 This allows Android apps to communicate with BLE devices that have low power requirements, 59 <p>Here is a summary of key BLE terms and concepts:</p> 63 as "attributes" over a BLE link. All current Low Energy application profiles are 76 optimized to run on BLE devices. To this end, it uses as few bytes as possible [all...] |
/cts/hostsidetests/appsecurity/certs/ |
cts-testkey1.x509.pem | 11 BLe+Wyso90Txpa25VqOBPsAf6+CjeSQFn5im9ukrUp6AEigF8g0bmL3bVjM7rUCw
|
/development/samples/BluetoothLeGatt/ |
AndroidManifest.xml | 23 <!-- Declare this required feature if you want to make the app available to BLE-capable 24 devices only. If you want to make your app available to devices that don't support BLE, 25 you should omit this in the manifest. Instead, determine BLE capability by using
|
/external/bluetooth/bluedroid/btif/src/ |
btif_dm.c | 80 btif_dm_ble_cb_t ble; member in struct:__anon2934 [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_common.h | 110 BTIF_DM_CB_LE_TX_TEST, /* BLE Tx Test command complete callback */ 111 BTIF_DM_CB_LE_RX_TEST, /* BLE Rx Test command complete callback */ 112 BTIF_DM_CB_LE_TEST_END, /* BLE Test mode end callback */
|
/packages/apps/Nfc/res/values-nb/ |
strings.xml | 15 <string name="beam_failed" msgid="5116241718189888630">"Overføringen ble ikke fullført"</string> 16 <string name="beam_canceled" msgid="5425192751826544741">"Overføringen ble avbrutt"</string>
|
/dalvik/vm/mterp/armv5te/ |
OP_GOTO_32.S | 23 ble common_testUpdateProfile @ (r0) hot trace head?
|
/external/llvm/test/CodeGen/ARM/ |
2011-03-23-PeepholeBug.ll | 29 ; CHECK: ble
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
AutoCorrelation_v5.s | 41 ble L136 97 ble L1319 104 ble L1317 140 ble L1312
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
convolve_opt.s | 49 BLE L1 88 BLE L2 126 BLE L3 155 BLE L4
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
convolve_neon.s | 51 BLE L1 87 BLE L2 125 BLE L3 151 BLE L4
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_ble.c | 21 * this file contains functions relating to BLE management. 39 ** Description Cancel a pending connection attempt to a BLE device. 50 /* There can be only one BLE connection request outstanding at a time */ 89 ** Description Update BLE connection parameters. 287 L2CAP_TRACE_ERROR1 ("L2CAP got BLE scanner conn_comp in bad state: %d", p_lcb->link_state); 426 ** on the BLE signalling CID 538 /* There can be only one BLE connection request outstanding at a time */ 593 /* There can be only one BLE connection request outstanding at a time */
|
/external/llvm/test/CodeGen/Thumb/ |
select.ll | 44 ; CHECK: ble 46 ; CHECK-EABI: ble
|
/external/skia/legacy/src/opts/ |
memset.arm.S | 37 ble .Lfinish 61 ble .Lfinish
|
/external/skia/src/opts/ |
memset.arm.S | 38 ble .Lfinish 62 ble .Lfinish
|
/packages/apps/CertInstaller/res/values-nb/ |
strings.xml | 39 <string name="cert_not_saved" msgid="4037698479662830270">"Sertifikatet ble ikke installert."</string> 44 <string name="cert_missing_error" msgid="7040527352278728220">"Kunne ikke installere fordi sertifikatfilen ikke ble funnet."</string>
|
/external/bluetooth/bluedroid/bta/include/ |
bta_api.h | 91 /* BLE profile service ID */ 395 /* BLE customer specific feature function type definitions */ 497 #define BTA_DM_BLE_KEY_EVT 15 /* BLE SMP key event for peer device keys */ 498 #define BTA_DM_BLE_SEC_REQ_EVT 16 /* BLE SMP security request */ 502 #define BTA_DM_BLE_LOCAL_IR_EVT 20 /* BLE local IR event */ 503 #define BTA_DM_BLE_LOCAL_ER_EVT 21 /* BLE local ER event */ 505 #define BTA_DM_BLE_AUTH_CMPL_EVT 22 /* BLE Auth complete */ 526 /* BLE related definition */ 632 BOOLEAN privacy_enabled; /* used for BLE device only */ [all...] |
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothGattServerCallback.aidl | 22 * Callback definitions for interacting with BLE / GATT
|
/packages/apps/PackageInstaller/res/values-nb/ |
strings.xml | 34 <string name="install_failed" msgid="6579998651498970899">"Appen ble ikke installert."</string> 40 <string name="install_failed_file_not_found" msgid="1958430133396322619">"Den angitte pakken ble slettet før installeringen kunne fullføres."</string> 46 <string name="unknown_apps_dlg_title" msgid="2855558586206583032">"Installasjonen ble blokkert"</string> 60 <string name="app_not_found_dlg_title" msgid="2692335460569505484">"Appen ble ikke funnet"</string>
|