Home
last modified time | relevance | path

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

/system/bt/bta/hd/
Dbta_hd_act.cc94 HID_DevSetSecurityLevel(BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT); in bta_hd_api_enable()
/system/bt/btif/src/
Dbtif_hh.cc79 #define BTUI_HH_SECURITY (BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT)
683 BTA_HhEnable(BTA_SEC_ENCRYPT, bte_hh_evt); in btif_hh_service_registration()
Dbtif_hf_client.cc70 #define BTIF_HF_CLIENT_SECURITY (BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT)
Dbtif_hf.cc73 #define BTIF_HF_SECURITY (BTA_SEC_AUTHENTICATE | BTA_SEC_ENCRYPT)
/system/bt/bta/include/
Dbta_api.h155 #define BTA_SEC_ENCRYPT \ macro