Home
last modified time | relevance | path

Searched defs:write_type (Results 1 – 23 of 23) sorted by relevance

/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_queue_mock.cc37 tGATT_WRITE_TYPE write_type, in WriteCharacteristic()
45 tGATT_WRITE_TYPE write_type, in WriteDescriptor()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_queue.h72 tGATT_WRITE_TYPE write_type; member
/packages/modules/Bluetooth/floss/pandora/floss/
Dbluetooth_gatt_service.py58 write_type=None, argument
Dgatt_client.py871 def write_characteristic(self, address, handle, write_type, auth_req, value): argument
Dgatt_server.py1509 …haracteristic(self, uuid, instance_id, properties, permissions, key_size, write_type, descriptors): argument
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc244 tGATT_WRITE_TYPE write_type, in WriteCharacteristic()
257 tGATT_WRITE_TYPE write_type, in WriteDescriptor()
Dbta_gattc_api.cc506 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue()
Dbta_gattc_int.h150 tGATT_WRITE_TYPE write_type; member
/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc305 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in SetUp()
1008 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
1189 void* cb_data) { in SetUp()
1248 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
1275 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
1341 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
1397 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
Ddevices_test.cc504 void* cb_data) -> void { requested_handles.push_back(handle); })); in TEST_F()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc493 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in SetUp()
649 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in TestGattWriteCCC()
1298 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in TEST_F()
1329 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in TEST_F()
1368 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in TEST_F()
1524 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc310 void* cb_data) { in set_sample_database()
739 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in SetUp()
3073 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py359 def write_characteristic(self, address, handle, write_type, auth_req, value): argument
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc517 int write_type, int auth_req, in btif_gattc_write_char()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1990 tGATT_WRITE_TYPE write_type = GATT_WRITE; in bta_hh_le_write_rpt() local
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1242 let write_type = match &get_arg(args, 3)?[..] { in cmd_gatt() localVariable
Ddbus_iface.rs395 write_type: GattWriteType, field
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc1068 tGATT_WRITE_TYPE write_type = GATT_WRITE_NO_RSP; in WriteToControlPoint() local
Dstate_machine_test.cc331 GATT_WRITE_OP_CB cb, void* cb_data) { in SetUp()
Dle_audio_client_test.cc743 void* cb_data) -> void { in SetUpMockGatt()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs330 write_type: GattWriteType, field
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1476 jint write_type, jint auth_req, in gattClientWriteCharacteristicNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs712 pub write_type: GattWriteType, field