Searched refs:BLE (Results 1 – 7 of 7) sorted by relevance
184 , const binary_le_impl<value_type> &BLE) { in operator <<() argument185 char Buffer[sizeof(BLE.Value)]; in operator <<()187 Buffer, BLE.Value); in operator <<()188 OS.write(Buffer, sizeof(BLE.Value)); in operator <<()
56 Running BLE Test commands (Bluetooth must be enabled)58 NOTE: Unlike BR/EDR, there is no explicit DUT mode to run these BLE tests.
110 BLE look_really_slow153 BLE look_overrun_next_segment167 BLE adv_slow @ segment? If so, do it slowly201 BLE adv_slow_loop306 BLE read_really_slow393 BLE read_overrun_next_segment
93 BLE unroll_end161 BLE unroll_over4193 BLE unroll_over5232 BLE unroll_over6433 BLE no_generics
93 BLE unroll_end161 BLE unroll_over4193 BLE unroll_over5233 BLE unroll_over6416 BLE no_generics
281 BLE dm_duff412 BLE vbdvva_exit @ exit
1584 if (CXXBoolLiteralExpr *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) { in getMutexIDs() local1585 branch = BLE->getValue(); in getMutexIDs()1608 } else if (CXXBoolLiteralExpr *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue() local1609 TCond = BLE->getValue(); in getStaticBooleanValue()