Home
last modified time | relevance | path

Searched refs:write_type (Results 1 – 15 of 15) sorted by relevance

/system/bt/bta/test/common/
Dbta_gatt_queue_mock.cc35 tGATT_WRITE_TYPE write_type, in WriteCharacteristic() argument
37 gatt_queue->WriteCharacteristic(conn_id, handle, value, write_type, cb, in WriteCharacteristic()
43 tGATT_WRITE_TYPE write_type, in WriteDescriptor() argument
45 gatt_queue->WriteDescriptor(conn_id, handle, value, write_type, cb, cb_data); in WriteDescriptor()
Dbta_gatt_queue_mock.h34 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb,
38 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb,
/system/bt/bta/include/
Dbta_gatt_queue.h45 tGATT_WRITE_TYPE write_type,
49 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb,
65 tGATT_WRITE_TYPE write_type; member
Dbta_gatt_api.h647 tGATT_WRITE_TYPE write_type,
/system/bt/bta/gatt/
Dbta_gattc_queue.cc153 BTA_GATTC_WriteCharValue(conn_id, op.handle, op.write_type, in gatt_execute_next_op()
202 tGATT_WRITE_TYPE write_type, in WriteCharacteristic() argument
208 .write_type = write_type, in WriteCharacteristic()
215 tGATT_WRITE_TYPE write_type, in WriteDescriptor() argument
221 .write_type = write_type, in WriteDescriptor()
Dbta_gattc_api.cc476 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue() argument
487 p_buf->write_type = write_type; in BTA_GATTC_WriteCharValue()
524 p_buf->write_type = GATT_WRITE; in BTA_GATTC_WriteCharDescr()
565 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; in BTA_GATTC_PrepareWrite()
Dbta_gattc_int.h118 tGATT_WRITE_TYPE write_type; member
Dbta_gattc_act.cc845 GATTC_Write(p_clcb->bta_conn_id, p_data->api_write.write_type, &attr); in bta_gattc_write()
/system/bt/service/doc/
DIBluetoothGattClient.txt78 * |characteristic_id| with the value |value|. The |write_type| parameter
96 in int write_type,
116 * |descriptor_id| with the value |value|. The |write_type| parameter
134 in int write_type,
/system/bt/test/mock/
Dmock_bta_gattc_api.cc162 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue() argument
/system/bt/include/hardware/
Dbt_gatt_client.h258 int write_type, int auth_req,
/system/bt/btif/src/
Dbtif_gatt_client.cc492 int write_type, int auth_req, in btif_gattc_write_char() argument
499 write_type, std::move(value), auth_req, in btif_gattc_write_char()
/system/bt/bta/hh/
Dbta_hh_le.cc1827 tGATT_WRITE_TYPE write_type = GATT_WRITE; in bta_hh_le_write_rpt() local
1829 write_type = GATT_WRITE_NO_RSP; in bta_hh_le_write_rpt()
1832 std::move(value), write_type, in bta_hh_le_write_rpt()
/system/bt/bta/vc/
Ddevices_test.cc372 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb, in TEST_F()
Dvc_test.cc218 std::vector<uint8_t> value, tGATT_WRITE_TYPE write_type, in SetUp()