Home
last modified time | relevance | path

Searched defs:page_timeout (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_int.h255 uint16_t page_timeout; /* timeout for page in slots */ member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1512 DynamicByteBuffer WritePageTimeoutPacket(uint16_t page_timeout) { in WritePageTimeoutPacket()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager.cc608 pw::chrono::SystemClock::duration page_timeout, hci::ResultFunction<> cb) { in WritePageTimeout()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1139 uint16_t page_timeout = link_layer_controller_.GetPageTimeout(); in ReadPageTimeout() local
Dlink_layer_controller.cc5830 void LinkLayerController::SetPageTimeout(uint16_t page_timeout) { page_timeout_ = page_timeout; } in SetPageTimeout()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h26837 …uilder> Create(uint8_t num_hci_command_packets, ErrorCode status, uint16_t page_timeout) {auto bui… in Create()
26856 …ompleteBuilder(uint8_t num_hci_command_packets, ErrorCode status, uint16_t page_timeout) :CommandC… in Create()
26874 … = default;static std::unique_ptr<WritePageTimeoutBuilder> Create(uint16_t page_timeout) {auto bui… in Create()
26893 explicit WritePageTimeoutBuilder(uint16_t page_timeout) :DiscoveryCommandBuilder(OpCode::WRITE_PAGE… in Create()