Home
last modified time | relevance | path

Searched defs:auth_req (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc124 std::vector<uint8_t> value, tGATT_AUTH_REQ auth_req, in BTA_GATTC_PrepareWrite()
129 tGATT_AUTH_REQ auth_req, GATT_READ_OP_CB callback, in BTA_GATTC_ReadCharDescr()
134 tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadCharacteristic()
139 tGATT_AUTH_REQ auth_req) { in BTA_GATTC_ReadMultiple()
144 tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadUsingCharUuid()
160 tGATT_AUTH_REQ auth_req, in BTA_GATTC_WriteCharDescr()
167 tGATT_AUTH_REQ auth_req, in BTA_GATTC_WriteCharValue()
Dmock_btif_dm.cc123 tBTM_AUTH_REQ auth_req) { in btif_dm_proc_io_rsp()
Dmock_stack_btm_ble.cc218 tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check()
Dmock_stack_hcic_hcicmds.cc233 uint8_t oob_present, uint8_t auth_req) { in btsnd_hcic_io_cap_req_reply()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc379 tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadCharacteristic()
400 tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadUsingCharUuid()
431 tGATT_AUTH_REQ auth_req, GATT_READ_OP_CB callback, in BTA_GATTC_ReadCharDescr()
460 tGATT_AUTH_REQ auth_req) { in BTA_GATTC_ReadMultiple()
493 tGATT_AUTH_REQ auth_req, in BTA_GATTC_WriteCharValue()
530 tGATT_AUTH_REQ auth_req, in BTA_GATTC_WriteCharDescr()
568 std::vector<uint8_t> value, tGATT_AUTH_REQ auth_req, in BTA_GATTC_PrepareWrite()
Dbta_gattc_int.h110 tGATT_AUTH_REQ auth_req; member
127 tGATT_AUTH_REQ auth_req; member
161 tGATT_AUTH_REQ auth_req; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc458 int auth_req) { in btif_gattc_read_char()
485 int auth_req) { in btif_gattc_read_using_char_uuid()
506 int auth_req) { in btif_gattc_read_char_descr()
528 int write_type, int auth_req, in btif_gattc_write_char()
558 int auth_req, const uint8_t* val, in btif_gattc_write_char_descr()
Dbtif_dm.cc160 uint8_t auth_req; member
2668 tBTM_AUTH_REQ auth_req) { in btif_dm_proc_io_rsp()
/packages/modules/Bluetooth/system/gd/security/
Dfacade_configuration_api.cc46 void FacadeConfigurationApi::SetLeAuthRequirements(uint8_t auth_req) { in SetLeAuthRequirements()
Dinitial_informations.h89 uint8_t auth_req; member
Dfacade.cc317 uint8_t auth_req = request->bond() ? AUTH_REQ_BOND : AUTH_REQ_NO_BOND; in SetLeAuthRequirements() local
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h439 tGATT_AUTH_REQ auth_req; /* authentication request */ member
534 tGATT_AUTH_REQ auth_req; member
545 tGATT_AUTH_REQ auth_req; member
553 tGATT_AUTH_REQ auth_req; member
559 tGATT_AUTH_REQ auth_req; member
Dbtm_api_types.h487 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
497 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */ member
655 tBTM_LE_AUTH_REQ auth_req; member
Dsmp_api_types.h250 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc278 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; in gatt_determine_sec_act() local
Dgatt_int.h361 tGATT_AUTH_REQ auth_req; /* authentication requirement */ member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc869 tBTM_LE_AUTH_REQ auth_req = 0x00; in btm_ble_determine_security_act() local
1351 tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check()
1424 tBTM_LE_AUTH_REQ auth_req; in btm_ble_set_encryption() local
Dbtm_sec.cc4084 tBTM_AUTH_REQ auth_req = (btm_cb.devcb.loc_io_caps == BTM_IO_CAP_NONE) in btm_sec_pairing_timeout() local
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h33 uint8_t auth_req; member
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc754 void SecurityManagerImpl::SetLeAuthRequirements(uint8_t auth_req) { in SetLeAuthRequirements()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc439 tBTM_LE_AUTH_REQ auth_req = *(tBTM_LE_AUTH_REQ*)p_data->p_data; in smp_proc_sec_req() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1441 jint write_type, jint auth_req, in gattClientWriteCharacteristicNative()
1469 jint auth_req, jbyteArray value) { in gattClientWriteDescriptorNative()
2013 jbyteArray val, jint auth_req) { in gattServerSendResponseNative()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_int.h118 tBTM_AUTH_REQ auth_req; member
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1431 uint8_t oob_present, uint8_t auth_req) { in btsnd_hcic_io_cap_req_reply()