Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 19 of 19) sorted by relevance

/system/bt/gd/security/
Dpairing_handler_le_secure_connections.cc323 auto confirm = WaitPairingConfirm(); in SecureConnectionsPasskeyEntry() local
324 if (std::holds_alternative<PairingFailure>(confirm)) { in SecureConnectionsPasskeyEntry()
325 return std::get<PairingFailure>(confirm); in SecureConnectionsPasskeyEntry()
327 Cbi = std::get<PairingConfirmView>(confirm).GetConfirmValue(); in SecureConnectionsPasskeyEntry()
351 auto confirm = WaitPairingConfirm(); in SecureConnectionsPasskeyEntry() local
352 if (std::holds_alternative<PairingFailure>(confirm)) { in SecureConnectionsPasskeyEntry()
353 return std::get<PairingFailure>(confirm); in SecureConnectionsPasskeyEntry()
355 Cai = std::get<PairingConfirmView>(confirm).GetConfirmValue(); in SecureConnectionsPasskeyEntry()
428 auto confirm = WaitPairingConfirm(); in SecureConnectionsJustWorks() local
429 if (std::holds_alternative<PairingFailure>(confirm)) { in SecureConnectionsJustWorks()
[all …]
/system/bt/service/common/android/bluetooth/
DIBluetoothGattServer.aidl42 boolean confirm, in SendNotification() argument
/system/bt/service/doc/
DIBluetoothGattServer.txt65 * given address for the characteristic with the given handle. |confirm|
74 in boolean confirm, in byte[] value);
/system/bt/service/
Dgatt_server.cc182 const uint16_t handle, bool confirm, in SendNotification() argument
186 << " device_address: " << device_address << " confirm: " << confirm; in SendNotification()
212 VLOG(1) << "A" << (confirm ? "n indication" : " notification") in SendNotification()
223 conn->conn_id, confirm, value); in SendNotification()
Dgatt_server.h161 const uint16_t handle, bool confirm,
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc88 int confirm, std::vector<uint8_t> value) { in FakeSendIndication() argument
91 conn_id, confirm, std::move(value)); in FakeSendIndication()
Dfake_bluetooth_gatt_interface.h60 int conn_id, int confirm,
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.h64 bool confirm, const ::std::vector<uint8_t>& value,
Dbluetooth_gatt_server_binder_server.cc131 int server_id, const String16& device_address, int handle, bool confirm, in SendNotification() argument
165 std::string(String8(device_address).string()), handle, confirm, value, in SendNotification()
/system/bt/include/hardware/
Dbt_gatt_server.h166 int conn_id, int confirm,
/system/bt/btif/src/
Dbtif_gatt_server.cc390 int confirm, in btif_gatts_send_indication() argument
397 attribute_handle, std::move(value), confirm)); in btif_gatts_send_indication()
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl116 in boolean confirm, in byte[] value); in sendNotification() argument
/system/bt/bta/include/
Dbta_gatt_api.h348 tBTA_GATTS_CONF confirm; /* BTA_GATTS_CONF_EVT callback data */ member
/system/bt/stack/smp/
Dsmp_keys.cc395 p_cb->confirm = output; in smp_generate_confirm()
396 smp_debug_print_nbyte_little_endian(p_cb->confirm, "Local Confirm generated", in smp_generate_confirm()
Dsmp_int.h273 Octet16 confirm; member
Dsmp_utils.cc489 ARRAY_TO_STREAM(p, p_cb->confirm, OCTET16_LEN); in smp_build_confirm_cmd()
/system/core/fs_mgr/
DREADME.overlayfs.md126 currently advised to confirm update is present after a reboot
/system/chre/doc/
Dframework_overview.md83 3. `EventLoopManager::validateChreApiCall()` is invoked to confirm that this
/system/core/adb/
Dprotocol.txt108 confirm they want to install the public key on the device.