Home
last modified time | relevance | path

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

/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
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc91 void BTA_GATTC_ReadCharacteristic(tCONN_ID conn_id, uint16_t handle, tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadCharacteristic()
98 std::vector<uint8_t> value, tGATT_AUTH_REQ auth_req, in BTA_GATTC_WriteCharValue()
105 tGATT_AUTH_REQ auth_req, GATT_WRITE_OP_CB callback, void* cb_data) { in BTA_GATTC_WriteCharDescr()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc446 static bt_status_t btif_gattc_read_char(int conn_id, uint16_t handle, int auth_req) { in btif_gattc_read_char()
469 uint16_t e_handle, int auth_req) { in btif_gattc_read_using_char_uuid()
489 static bt_status_t btif_gattc_read_char_descr(int conn_id, uint16_t handle, int auth_req) { in btif_gattc_read_char_descr()
510 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()
539 static bt_status_t btif_gattc_write_char_descr(int conn_id, uint16_t handle, int auth_req, in btif_gattc_write_char_descr()
Dbtif_dm.cc164 uint8_t auth_req; member
2950 tBTM_OOB_DATA /* oob_data */, tBTM_AUTH_REQ auth_req) { in btif_dm_proc_io_rsp()
/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
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_gatt.rs26 pub(crate) auth_req: AuthReq, field
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
/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
/packages/modules/Virtualization/libs/libservice_vm_requests/src/
Drkp.rs105 let auth_req = cbor!([ in generate_certificate_request() localVariable
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec_int.h38 tBTM_AUTH_REQ auth_req; member
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h491 tGATT_AUTH_REQ auth_req; /* authentication request */ member
583 tGATT_AUTH_REQ auth_req; member
593 tGATT_AUTH_REQ auth_req; member
601 tGATT_AUTH_REQ auth_req; member
607 tGATT_AUTH_REQ auth_req; member
Dbtm_sec_api_types.h296 tBTM_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
305 tBTM_AUTH_REQ auth_req; /* Authentication required for peer device */ member
486 tBTM_LE_AUTH_REQ auth_req; member
Dsmp_api_types.h160 tSMP_AUTH_REQ auth_req; /* Authentication required (for local device) */ member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc275 tGATT_AUTH_REQ auth_req = p_clcb->auth_req; in gatt_determine_sec_act() local
Dgatt_int.h365 tGATT_AUTH_REQ auth_req; /* authentication requirement */ member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc655 tBTM_LE_AUTH_REQ auth_req = 0x00; in btm_ble_determine_security_act() local
1067 void btm_ble_link_sec_check(const RawAddress& bd_addr, tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check()
1141 tBTM_LE_AUTH_REQ auth_req; in btm_ble_set_encryption() local
Dbtm_sec.cc4222 tBTM_AUTH_REQ auth_req = 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/test/mock/
Dmock_stack_btm_ble.cc216 void btm_ble_link_sec_check(const RawAddress& bd_addr, tBTM_LE_AUTH_REQ auth_req, in btm_ble_link_sec_check()
Dmock_stack_hcic_hcicmds.cc161 uint8_t auth_req) { in btsnd_hcic_io_cap_req_reply()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc463 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.cpp1437 jint handle, jint write_type, jint auth_req, in gattClientWriteCharacteristicNative()
1469 jint handle, jint auth_req, jbyteArray value) { in gattClientWriteDescriptorNative()
2225 jint offset, jbyteArray val, jint auth_req) { in gattServerSendResponseNative()
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1195 uint8_t auth_req) { in btsnd_hcic_io_cap_req_reply()