Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_queue_mock.cc35 tGATT_WRITE_TYPE write_type, in WriteCharacteristic()
43 tGATT_WRITE_TYPE write_type, in WriteDescriptor()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_queue.h65 tGATT_WRITE_TYPE write_type; member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc207 tGATT_WRITE_TYPE write_type, in WriteCharacteristic()
220 tGATT_WRITE_TYPE write_type, in WriteDescriptor()
Dbta_gattc_api.cc506 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue()
Dbta_gattc_int.h130 tGATT_WRITE_TYPE write_type; member
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc387 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in SetUp()
943 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in TEST_F()
974 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in TEST_F()
1013 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in TEST_F()
1151 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc300 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in SetUp()
829 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
1010 void* cb_data) { in SetUp()
Ddevices_test.cc504 void* cb_data) -> void { requested_handles.push_back(handle); })); in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc168 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc308 void* cb_data) { in set_sample_database()
727 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in SetUp()
2960 GATT_WRITE_OP_CB cb, void* cb_data) { in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc504 int write_type, int auth_req, in btif_gattc_write_char()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1082 let write_type = match &get_arg(args, 3)?[..] { in cmd_gatt() localVariable
Ddbus_iface.rs357 write_type: GattWriteType, field
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc821 tGATT_WRITE_TYPE write_type = GATT_WRITE_NO_RSP; in WriteToControlPoint() local
Dle_audio_client_test.cc528 GATT_WRITE_OP_CB cb, void* cb_data) -> void { in SetUpMockGatt()
4651 void* cb_data) -> void { in TEST_F()
Dstate_machine_test.cc233 GATT_WRITE_OP_CB cb, void* cb_data) { in SetUp()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1910 tGATT_WRITE_TYPE write_type = GATT_WRITE; in bta_hh_le_write_rpt() local
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs338 write_type: GattWriteType, field
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1578 jint write_type, jint auth_req, in gattClientWriteCharacteristicNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs707 pub write_type: GattWriteType, field