Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_cb.cc280 BTM_SEC_IN_MITM | BTM_SEC_IN_MIN_16_DIGIT_PIN); in AddService()
301 BTM_SEC_IN_MIN_16_DIGIT_PIN); in AddService()
Dbtm_sec.cc1636 if (((security_required & BTM_SEC_IN_MIN_16_DIGIT_PIN) == 0) || in btm_sec_l2cap_access_req_by_requirement()
1637 (((security_required & BTM_SEC_IN_MIN_16_DIGIT_PIN) == in btm_sec_l2cap_access_req_by_requirement()
1638 BTM_SEC_IN_MIN_16_DIGIT_PIN) && in btm_sec_l2cap_access_req_by_requirement()
1893 if (((security_required & BTM_SEC_IN_MIN_16_DIGIT_PIN) == 0) || in btm_sec_mx_access_request()
1894 (((security_required & BTM_SEC_IN_MIN_16_DIGIT_PIN) == in btm_sec_mx_access_request()
1895 BTM_SEC_IN_MIN_16_DIGIT_PIN) && in btm_sec_mx_access_request()
2378 BTM_SEC_IN_MIN_16_DIGIT_PIN)); in btm_sec_rmt_name_request_complete()
4543 BTM_SEC_IN_MIN_16_DIGIT_PIN)); in btm_sec_pin_code_request()
4661 BTM_SEC_IN_MIN_16_DIGIT_PIN) { in btm_sec_execute_procedure()
4686 BTM_SEC_IN_MIN_16_DIGIT_PIN)))) { in btm_sec_execute_procedure()
[all …]
/packages/modules/Bluetooth/system/stack/include/
Dbtm_sec_api_types.h98 BTM_SEC_IN_MIN_16_DIGIT_PIN = 0x4000, enumerator
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc298 security |= BTM_SEC_IN_MIN_16_DIGIT_PIN; in btsock_l2cap_alloc_l()
Dbtif_sock_rfc.cc195 security |= BTM_SEC_IN_MIN_16_DIGIT_PIN; in alloc_rfc_slot()