/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_api.cc | 388 tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadCharacteristic() 410 tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadUsingCharUuid() 442 tGATT_AUTH_REQ auth_req, GATT_READ_OP_CB callback, in BTA_GATTC_ReadCharDescr() 475 bool variable_len, tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadMultiple() 508 tGATT_AUTH_REQ auth_req, in BTA_GATTC_WriteCharValue() 545 tGATT_AUTH_REQ auth_req, in BTA_GATTC_WriteCharDescr() 583 std::vector<uint8_t> value, tGATT_AUTH_REQ auth_req, in BTA_GATTC_PrepareWrite()
|
D | bta_gattc_int.h | 131 tGATT_AUTH_REQ auth_req; member 148 tGATT_AUTH_REQ auth_req; member 188 tGATT_AUTH_REQ auth_req; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 447 int auth_req) { in btif_gattc_read_char() 473 int auth_req) { in btif_gattc_read_using_char_uuid() 495 int auth_req) { in btif_gattc_read_char_descr() 517 int write_type, int auth_req, in btif_gattc_write_char() 547 int auth_req, const uint8_t* val, in btif_gattc_write_char_descr()
|
D | btif_dm.cc | 170 uint8_t auth_req; member 3132 tBTM_OOB_DATA /* oob_data */, tBTM_AUTH_REQ auth_req) { in btif_dm_proc_io_rsp()
|
/packages/modules/Bluetooth/system/gd/security/ |
D | facade_configuration_api.cc | 46 void FacadeConfigurationApi::SetLeAuthRequirements(uint8_t auth_req) { in SetLeAuthRequirements()
|
D | initial_informations.h | 85 uint8_t auth_req; member
|
D | facade.cc | 349 uint8_t auth_req = request->bond() ? AUTH_REQ_BOND : AUTH_REQ_NO_BOND; in SetLeAuthRequirements() local
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 332 def read_descriptor(self, address, handle, auth_req): argument 356 def write_descriptor(self, address, handle, auth_req, value): argument 359 def write_characteristic(self, address, handle, write_type, auth_req, value): argument 407 def read_using_characteristic_uuid(self, address, uuid, start_handle, end_handle, auth_req): argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | bt_gatt.rs | 26 pub(crate) auth_req: AuthReq, field
|
D | command_handler.rs | 1259 let auth_req = self.lock_context().gatt_client_context.get_auth_req().into(); in cmd_gatt() localVariable 1278 let auth_req = self.lock_context().gatt_client_context.get_auth_req().into(); in cmd_gatt() localVariable 1302 let auth_req = self.lock_context().gatt_client_context.get_auth_req().into(); in cmd_gatt() localVariable
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 808 def read_characteristic(self, address, handle, auth_req): argument 823 def read_using_characteristic_uuid(self, address, uuid, start_handle, end_handle, auth_req): argument 840 def read_descriptor(self, address, handle, auth_req): argument 855 def write_descriptor(self, address, handle, auth_req, value): argument 871 def write_characteristic(self, address, handle, write_type, auth_req, value): argument
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_int.h | 38 tBTM_AUTH_REQ auth_req; member
|
/packages/modules/Virtualization/service_vm/requests/src/ |
D | rkp.rs | 106 let auth_req = cbor!([ in generate_certificate_request() localVariable
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 652 tBTM_LE_AUTH_REQ auth_req = 0x00; in btm_ble_determine_security_act() local 1055 tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check() 1128 tBTM_LE_AUTH_REQ auth_req; in btm_ble_set_encryption() local
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 489 tGATT_AUTH_REQ auth_req; /* authentication request */ member 584 tGATT_AUTH_REQ auth_req; member 595 tGATT_AUTH_REQ auth_req; member 603 tGATT_AUTH_REQ auth_req; member 609 tGATT_AUTH_REQ auth_req; member
|
D | btm_sec_api_types.h | 297 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */ member 307 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */ member 490 tBTM_LE_AUTH_REQ auth_req; member
|
D | smp_api_types.h | 163 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_auth.cc | 275 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; in gatt_determine_sec_act() local
|
D | gatt_int.h | 366 tGATT_AUTH_REQ auth_req; /* authentication requirement */ member
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 33 uint8_t auth_req; member
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 775 void SecurityManagerImpl::SetLeAuthRequirements(uint8_t auth_req) { in SetLeAuthRequirements()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hcicmds.cc | 177 uint8_t oob_present, uint8_t auth_req) { in btsnd_hcic_io_cap_req_reply()
|
D | mock_stack_btm_ble.cc | 277 tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_act.cc | 465 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/ |
D | com_android_bluetooth_gatt.cpp | 1476 jint write_type, jint auth_req, in gattClientWriteCharacteristicNative() 1505 jint auth_req, jbyteArray value) { in gattClientWriteDescriptorNative() 2111 jbyteArray val, jint auth_req) { in gattServerSendResponseNative()
|