Home
last modified time | relevance | path

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

12

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc365 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()
Dbta_gattc_int.h134 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/
Dbtif_gatt_client.cc451 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/
Dbluetooth.py332 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/
Dgatt_client.py808 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/
Dgatt_api.h492 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
Dbtm_sec_api_types.h297 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
Dsmp_api_types.h161 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc661 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/
Dsmp_packets.h490 …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/
Dcommand_handler.rs1280 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
Dbt_gatt.rs26 pub(crate) auth_req: AuthReq, field
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/
Drkp.rs105 let auth_req = cbor!([ in generate_certificate_request() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_int.h38 tBTM_AUTH_REQ auth_req; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc284 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 Dtest_packets.cc319 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/
Dbt_gatt_server.h33 uint8_t auth_req; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dtypes.h318 AuthReqField auth_req = 0u; member
H A Dsmp.h232 AuthReqField auth_req; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsecurity_manager_test.cc280 AuthReqField auth_req = 0, in ReceivePairingFeatures()
364 void ReceiveSecurityRequest(AuthReqField auth_req = 0u) { in ReceiveSecurityRequest()
882 AuthReqField auth_req = 0, in ReceivePairingRequest()
H A Dutil.cc542 AuthReqField auth_req, in F6()
H A Dsecurity_manager.cc303 void SecurityManagerImpl::OnSecurityRequest(AuthReqField auth_req) { in OnSecurityRequest()
H A Dutil_test.cc986 const AuthReqField auth_req = 0x01; in TEST() local
/aosp_15_r20/external/curl/tests/server/
H A Drtspd.c101 bool auth_req; /* authentication required, don't wait for body unless member
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc222 void btm_ble_link_sec_check(const RawAddress& bd_addr, tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check()

12