/system/bt/gd/security/ |
D | pairing_handler_le_secure_connections.cc | 333 auto confirm = WaitPairingConfirm(); in SecureConnectionsPasskeyEntry() local 334 if (std::holds_alternative<PairingFailure>(confirm)) { in SecureConnectionsPasskeyEntry() 335 return std::get<PairingFailure>(confirm); in SecureConnectionsPasskeyEntry() 337 Cbi = std::get<PairingConfirmView>(confirm).GetConfirmValue(); in SecureConnectionsPasskeyEntry() 361 auto confirm = WaitPairingConfirm(); in SecureConnectionsPasskeyEntry() local 362 if (std::holds_alternative<PairingFailure>(confirm)) { in SecureConnectionsPasskeyEntry() 363 return std::get<PairingFailure>(confirm); in SecureConnectionsPasskeyEntry() 365 Cai = std::get<PairingConfirmView>(confirm).GetConfirmValue(); in SecureConnectionsPasskeyEntry() 439 auto confirm = WaitPairingConfirm(); in SecureConnectionsJustWorks() local 440 if (std::holds_alternative<PairingFailure>(confirm)) { in SecureConnectionsJustWorks() [all …]
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothGattServer.aidl | 42 boolean confirm, in SendNotification() argument
|
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 65 * given address for the characteristic with the given handle. |confirm| 74 in boolean confirm, in byte[] value);
|
/system/bt/service/ |
D | gatt_server.cc | 182 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()
|
D | gatt_server.h | 161 const uint16_t handle, bool confirm,
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 92 int confirm, std::vector<uint8_t> value) { in FakeSendIndication() argument 95 conn_id, confirm, std::move(value)); in FakeSendIndication()
|
D | fake_bluetooth_gatt_interface.h | 63 int conn_id, int confirm,
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.h | 64 bool confirm, const ::std::vector<uint8_t>& value,
|
D | bluetooth_gatt_server_binder_server.cc | 131 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/ |
D | bt_gatt_server.h | 167 int conn_id, int confirm,
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 392 int confirm, in btif_gatts_send_indication() argument 399 attribute_handle, std::move(value), confirm)); in btif_gatts_send_indication()
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 373 p_cb->confirm = output; in smp_generate_confirm() 374 smp_debug_print_nbyte_little_endian(p_cb->confirm, "Local Confirm generated", in smp_generate_confirm()
|
D | smp_int.h | 243 Octet16 confirm; member
|
D | smp_utils.cc | 501 ARRAY_TO_STREAM(p, p_cb->confirm, OCTET16_LEN); in smp_build_confirm_cmd()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 378 tBTA_GATTS_CONF confirm; /* BTA_GATTS_CONF_EVT callback data */ member
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 169 … in boolean confirm, in byte[] value, in AttributionSource attributionSource); in sendNotification() argument
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 126 currently advised to confirm update is present after a reboot
|
/system/chre/doc/ |
D | framework_overview.md | 83 3. `EventLoopManager::validateChreApiCall()` is invoked to confirm that this
|