Home
last modified time | relevance | path

Searched refs:LE (Results 1 – 20 of 20) sorted by relevance

/system/bt/doc/
Dsupported_features.md8 L2CAP | 4.2 | Initiator, Acceptor, LE Master, LE Slave
10 GAP | 4.2 | BR/EDR, LE Central, LE Periperhal, LE Observer, LE Broadcaster
11 GATT | 4.2 | Client, Server; LE and BR/EDR
12 ATT | 4.2 | Client, Server; LE and BR/EDR
Dpts_guide.md36 - `PTS_DisableConnUpdates` disables LE Connection updates.
37 - `PTS_DisableSDPOnLEPair` disables BR/EDR discovery after LE pairing to avoid
/system/bt/gd/storage/
Ddevice_test.cc136 mutation.Add(device.SetDeviceType(DeviceType::LE)); in TEST()
170 mutation.Add(device.SetDeviceType(DeviceType::LE)); in TEST()
173 ASSERT_THAT(device.GetDeviceType(), Optional(Eq(DeviceType::LE))); in TEST()
Ddevice.cc98 ASSERT(device_type == DeviceType::LE || device_type == DeviceType::DUAL); in Le()
Dconfig_cache_test.cc303 Optional(StrEq(std::to_string(bluetooth::hci::DeviceType::LE)))); in TEST()
Dconfig_cache.cc385 device_type = hci::DeviceType::LE; in FixDeviceTypeInconsistencyInSection()
/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.h37 enum ConnectionType { CLASSIC, LE }; enumerator
Dround_robin_scheduler_test.cc210 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F()
287 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle1, le_connectio… in TEST_F()
288 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle2, le_connectio… in TEST_F()
334 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F()
Dround_robin_scheduler.cc97 … le_acl_packet_credits_ == 0 && acl_queue_handler->second.connection_type_ == ConnectionType::LE; in start_round_robin()
181 bool le_buffer_full = next_connection_type == ConnectionType::LE && le_acl_packet_credits_ == 0; in handle_enqueue_next_fragment()
Dle_impl.h153 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, handle, queue); in on_le_connection_complete()
204 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, handle, queue); in on_le_enhanced_connection_complete()
/system/update_engine/fuzz/
Dxml.dict89 "UTF-16LE"
/system/bt/gd/hci/
Denum_helper.h28 enum DeviceType { UNKNOWN = 0, BR_EDR = 1, LE = 2, DUAL = 3 }; enumerator
Dhci_packets.pdl693 // LE Events
3917 ON = 0x01, // E0 for BR/EDR and AES-CCM for LE
4216 // LE Events
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp119 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
293 {0xA113,INSTR_MOV,GT,LE,0,NA,NA,0,0,MAX_32BIT ,SHIFT_LSL,1,2,1,2,0,0},
294 {0xA114,INSTR_MOV,EQ,LE,0,NA,NA,1,0x80000001,NA,NA,NA,2,1,0x80000001,0,0},
295 {0xA115,INSTR_MOV,LT,LE,0,NA,NA,0,0,MAX_32BIT ,SHIFT_LSL,31,2,1,0x80000000,0,0},
298 {0xA118,INSTR_MOV,LE,GT,0,NA,NA,1,0x80000001,NA,NA,NA,2,1,2,0,0},
301 {0xA121,INSTR_MOV,LE,GT,0,NA,NA,0,0,0x80000001,0,0,2,1,2,0,0},
304 {0xA124,INSTR_MOV,LE,GT,0,NA,NA,0,0,MAX_32BIT ,SHIFT_LSL,1,2,1,2,0,0},
Dasm_test_jacket.S214 csel w2, w1, w0, LE
/system/bt/gd/docs/architecture/
Dstyle_guide.md128 * l2cap/: L2CAP layer, splitted among classic and LE
133 * le/: LE L2CAP module
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp550 MOV(LE, 0, u, reg_imm(width, LSL, FRAC_BITS)); in build_textures()
551 MOV(LE, 0, width, imm(0)); in build_textures()
574 MOV(LE, 0, v, reg_imm(height, LSL, FRAC_BITS)); in build_textures()
575 MOV(LE, 0, height, imm(0)); in build_textures()
DARMAssemblerInterface.h35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
DMIPS64Assembler.cpp705 case LE: mMips->BLE(cond.r1, cond.r2, label); break; in B()
DMIPSAssembler.cpp717 case LE: mMips->BLE(cond.r1, cond.r2, label); break; in B()