Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_queue.cc129 BTA_GATTC_WriteCharValue(conn_id, op.handle, op.write_type, in gatt_execute_next_op()
170 tGATT_WRITE_TYPE write_type, in WriteCharacteristic() argument
174 .write_type = write_type, in WriteCharacteristic()
183 tGATT_WRITE_TYPE write_type, in WriteDescriptor() argument
187 .write_type = write_type, in WriteDescriptor()
Dbta_gattc_api.cc469 tGATT_WRITE_TYPE write_type, in BTA_GATTC_WriteCharValue() argument
480 p_buf->write_type = write_type; in BTA_GATTC_WriteCharValue()
517 p_buf->write_type = GATT_WRITE; in BTA_GATTC_WriteCharDescr()
558 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; in BTA_GATTC_PrepareWrite()
Dbta_gattc_int.h121 tGATT_WRITE_TYPE write_type; member
Dbta_gattc_act.cc806 GATTC_Write(p_clcb->bta_conn_id, p_data->api_write.write_type, &attr); in bta_gattc_write()
/system/bt/bta/include/
Dbta_gatt_queue.h44 tGATT_WRITE_TYPE write_type,
48 tGATT_WRITE_TYPE write_type, GATT_WRITE_OP_CB cb,
61 tGATT_WRITE_TYPE write_type; member
Dbta_gatt_api.h616 tGATT_WRITE_TYPE write_type,
/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/include/hardware/
Dbt_gatt_client.h253 int write_type, int auth_req,
/system/bt/btif/src/
Dbtif_gatt_client.cc450 bt_status_t btif_gattc_write_char(int conn_id, uint16_t handle, int write_type, in btif_gattc_write_char() argument
457 write_type, std::move(value), auth_req, in btif_gattc_write_char()
/system/bt/bta/hh/
Dbta_hh_le.cc1872 tGATT_WRITE_TYPE write_type = GATT_WRITE; in bta_hh_le_write_rpt() local
1874 write_type = GATT_WRITE_NO_RSP; in bta_hh_le_write_rpt()
1877 std::move(value), write_type, in bta_hh_le_write_rpt()