Home
last modified time | relevance | path

Searched refs:BLE (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt42 * Called to report BLE device scan results once a scan session is started for
44 * the data related to the discovered BLE device.
DIBluetoothLowEnergy.txt40 /* Initiates a BLE connection do device with address |address|. If
47 /* Disconnect from previously connected BLE device with address |address|.
60 * Initiates a BLE device scan for the scan client with ID |client_id|, using
/system/core/bootstat/
Dbootstat.rc17 chown system log /data/misc/bootstat/boottime.bootloader.1BLE
19 chown system log /data/misc/bootstat/boottime.bootloader.2BLE
/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.h385 void BLE(int Rs, int Rt, const char* label);
DMIPSAssembler.cpp717 case LE: mMips->BLE(cond.r1, cond.r2, label); break; in B()
1902 void MIPSAssembler::BLE(int Rs, int Rt, const char* label) in BLE() function in android::MIPSAssembler
DMIPS64Assembler.cpp705 case LE: mMips->BLE(cond.r1, cond.r2, label); break; in B()