Home
last modified time | relevance | path

Searched refs:rfcomm_security_records (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/rfcomm/
H A Drfc_port_fsm.cc123 if (rfcomm_security_records.count(scn) == 0) { in rfc_port_sm_state_closed()
129 rfcomm_security_records[scn], in rfc_port_sm_state_closed()
150 if (rfcomm_security_records.count(scn) == 0) { in rfc_port_sm_state_closed()
156 rfcomm_security_records[scn], in rfc_port_sm_state_closed()
H A Dport_api.cc81 rfcomm_security_records[scn] = sec_mask; in RFCOMM_CreateConnectionWithSecurity()
88 rfcomm_security_records.erase(scn); in RFCOMM_ClearSecurityRecord()
1112 rfcomm_security_records = {}; in RFCOMM_Init()
H A Drfc_port_if.cc38 std::unordered_map<uint32_t, uint16_t> rfcomm_security_records; variable
H A Drfc_int.h254 rfcomm_security_records;