Home
last modified time | relevance | path

Searched refs:encryption_enabled (Results 1 – 3 of 3) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Devent_packet_builder.h143 bool encryption_enabled);
Devent_packet_builder.cc317 …tatus, uint16_t handle, const Address& address, hci::LinkType link_type, bool encryption_enabled) { in CreateConnectionCompleteEvent() argument
326 CHECK(evt_ptr->AddPayloadOctets1(encryption_enabled ? 1 : 0)); in CreateConnectionCompleteEvent()
/system/bt/stack/btu/
Dbtu_hcif.cc175 uint8_t encryption_enabled; in btu_hcif_log_event_metrics() local
178 STREAM_TO_UINT8(encryption_enabled, p_event); in btu_hcif_log_event_metrics()
179 …th::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, encryption_enabled); in btu_hcif_log_event_metrics()