Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc42 constexpr uint8_t AUTH_REQ_NO_BOND = 0x01; variable
349 uint8_t auth_req = request->bond() ? AUTH_REQ_BOND : AUTH_REQ_NO_BOND; in SetLeAuthRequirements()