Home
last modified time | relevance | path

Searched defs:is_link_key_known (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc286 bool is_link_key_known = false; in gatt_determine_sec_act() local
Dgatt_int.h85 bool is_link_key_known; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h245 bool is_link_key_known() const { return sec_flags & BTM_SEC_LINK_KEY_KNOWN; } in is_link_key_known() function