Home
last modified time | relevance | path

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

/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/include/hardware/
Dbt_gatt_server.h166 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/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.aidl114 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/adb/
Dprotocol.txt100 confirm they want to install the public key on the device.