/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_api.cc | 365 void BTA_GATTC_ReadCharacteristic(tCONN_ID conn_id, uint16_t handle, tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadCharacteristic() 385 uint16_t e_handle, tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadUsingCharUuid() 415 void BTA_GATTC_ReadCharDescr(tCONN_ID conn_id, uint16_t handle, tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadCharDescr() 447 tGATT_AUTH_REQ auth_req, GATT_READ_MULTI_OP_CB callback, in BTA_GATTC_ReadMultiple() 478 std::vector<uint8_t> value, tGATT_AUTH_REQ auth_req, in BTA_GATTC_WriteCharValue() 514 tGATT_AUTH_REQ auth_req, GATT_WRITE_OP_CB callback, void* cb_data) { in BTA_GATTC_WriteCharDescr() 551 std::vector<uint8_t> value, tGATT_AUTH_REQ auth_req, in BTA_GATTC_PrepareWrite()
|
D | bta_gattc_int.h | 134 tGATT_AUTH_REQ auth_req; member 151 tGATT_AUTH_REQ auth_req; member 191 tGATT_AUTH_REQ auth_req; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 451 static bt_status_t btif_gattc_read_char(int conn_id, uint16_t handle, int auth_req) { in btif_gattc_read_char() 474 uint16_t e_handle, int auth_req) { in btif_gattc_read_using_char_uuid() 494 static bt_status_t btif_gattc_read_char_descr(int conn_id, uint16_t handle, int auth_req) { in btif_gattc_read_char_descr() 515 static bt_status_t btif_gattc_write_char(int conn_id, uint16_t handle, int write_type, int auth_req, in btif_gattc_write_char() 544 static bt_status_t btif_gattc_write_char_descr(int conn_id, uint16_t handle, int auth_req, in btif_gattc_write_char_descr()
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 492 tGATT_AUTH_REQ auth_req; /* authentication request */ member 584 tGATT_AUTH_REQ auth_req; member 594 tGATT_AUTH_REQ auth_req; member 602 tGATT_AUTH_REQ auth_req; member 608 tGATT_AUTH_REQ auth_req; member
|
D | btm_sec_api_types.h | 297 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */ member 306 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */ member 487 tBTM_LE_AUTH_REQ auth_req; member
|
D | smp_api_types.h | 161 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 661 tBTM_LE_AUTH_REQ auth_req = 0x00; in btm_ble_determine_security_act() local 1061 void btm_ble_link_sec_check(const RawAddress& bd_addr, tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check() 1135 tBTM_LE_AUTH_REQ auth_req; in btm_ble_set_encryption() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/security/BluetoothGeneratedPacketsSmp_h/gen/security/ |
D | smp_packets.h | 490 …lder> Create(IoCapability io_capability, OobDataFlag oob_data_flag, uint8_t auth_req, uint8_t maxi… in Create() 510 …questBuilder(IoCapability io_capability, OobDataFlag oob_data_flag, uint8_t auth_req, uint8_t maxi… in Create() 527 …lder> Create(IoCapability io_capability, OobDataFlag oob_data_flag, uint8_t auth_req, uint8_t maxi… in Create() 547 …ponseBuilder(IoCapability io_capability, OobDataFlag oob_data_flag, uint8_t auth_req, uint8_t maxi… in Create() 850 …r() = default;static std::unique_ptr<SecurityRequestBuilder> Create(uint8_t auth_req) {auto builde… in Create() 869 explicit SecurityRequestBuilder(uint8_t auth_req) :CommandBuilder(Code::SECURITY_REQUEST/* code_ */… in Create()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1280 let auth_req = self.lock_context().gatt_client_context.get_auth_req().into(); in cmd_gatt() localVariable 1299 let auth_req = self.lock_context().gatt_client_context.get_auth_req().into(); in cmd_gatt() localVariable 1323 let auth_req = self.lock_context().gatt_client_context.get_auth_req().into(); in cmd_gatt() localVariable
|
D | bt_gatt.rs | 26 pub(crate) auth_req: AuthReq, field
|
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/ |
D | rkp.rs | 105 let auth_req = cbor!([ in generate_certificate_request() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_sec_int.h | 38 tBTM_AUTH_REQ auth_req; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_auth.cc | 284 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; in gatt_determine_sec_act() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 319 pw::bluetooth::emboss::AuthenticationRequirements auth_req) { in IoCapabilityRequestReplyPacket() 359 pw::bluetooth::emboss::AuthenticationRequirements auth_req) { in IoCapabilityResponsePacket()
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 33 uint8_t auth_req; member
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/ |
H A D | types.h | 318 AuthReqField auth_req = 0u; member
|
H A D | smp.h | 232 AuthReqField auth_req; member
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
H A D | security_manager_test.cc | 280 AuthReqField auth_req = 0, in ReceivePairingFeatures() 364 void ReceiveSecurityRequest(AuthReqField auth_req = 0u) { in ReceiveSecurityRequest() 882 AuthReqField auth_req = 0, in ReceivePairingRequest()
|
H A D | util.cc | 542 AuthReqField auth_req, in F6()
|
H A D | security_manager.cc | 303 void SecurityManagerImpl::OnSecurityRequest(AuthReqField auth_req) { in OnSecurityRequest()
|
H A D | util_test.cc | 986 const AuthReqField auth_req = 0x01; in TEST() local
|
/aosp_15_r20/external/curl/tests/server/ |
H A D | rtspd.c | 101 bool auth_req; /* authentication required, don't wait for body unless member
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble.cc | 222 void btm_ble_link_sec_check(const RawAddress& bd_addr, tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check()
|